コード例 #1
0
ファイル: EmployeeController.cs プロジェクト: war-man/RA_ERP
 public JsonResult LoadEmployeeBankInfo(string locationCode)
 {
     return(new JsonResult {
         Data = hrmsData.ReadBankInformation(locationCode)
     });
 }