コード例 #1
0
 public ResponseClass GetCurrentTime()
 {
     AccountService account = new AccountService();
     return account.GetCurrentTime();
 }
コード例 #2
0
 public ResponseClass GetAccount(string firstname)
 {
     AccountService account = new AccountService();
     return account.GetAccount(firstname);
 }