init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Kreta.Naplo.Domain.V2.Model;
|
||||
using Kreta.Naplo.Domain.V2.Model.Get.Tanar;
|
||||
|
||||
namespace Kreta.Naplo.Domain.V2.Service
|
||||
{
|
||||
public interface IIskolaorService
|
||||
{
|
||||
Task<ResponseWrapper<List<IskolaorResponse>>> GetIskolaorAsync(IskolaorRequest request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user