Ejemplo n.º 1
0
 public ResponseClass GetCurrentTime()
 {
     AccountService account = new AccountService();
     return account.GetCurrentTime();
 }
Ejemplo n.º 2
0
 public ResponseClass GetAccount(string firstname)
 {
     AccountService account = new AccountService();
     return account.GetAccount(firstname);
 }