コード例 #1
0
 public static bool AddBillNotice2(BillNotice billNotice)
 {
     return(bankService.AddBillNotice2(billNotice));
 }