コード例 #1
0
ファイル: PaymentService.cs プロジェクト: ootybinu/ang
 public string Authenticate(string date)
 {
     return(Repository.Authenticate(date));
 }