Projekt

Obecné

Profil

Stáhnout (177 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
using Core.Entities;
2
using Models.Authentication;
3

    
4
namespace Core.Services;
5

    
6
public interface IAuthService
7
{
8
    public LoginResponse? Login(string username, string password);
9
}
(2-2/2)