Exemple #1
0
 public static Account GetAccountByAccesData(AccesData accesData) => AccountRepositories.GetAccountByAccesData(accesData);
Exemple #2
0
 public static Account CreateAccount(Account account) => AccountRepositories.CreateAccount(account);
Exemple #3
0
 public static Account GetAccountByGuid(string guid) => AccountRepositories.GetAccountByGuid(guid);