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