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