init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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 ITanarService
|
||||
{
|
||||
Task<ResponseWrapper<ProfilResponse>> GetProfilAsync(ProfilRequest request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user