Exemplo n.º 1
0
 public Account GetAccountByID(Guid ID)
 {
     return(accountStorage.GetAccountByID(ID));
 }