コード例 #1
0
 public void AddTotblDeclarationLoans(tblDeclarationLoan tblDeclarationLoan)
 {
     AddObject("tblDeclarationLoans", tblDeclarationLoan);
 }
コード例 #2
0
 public static tblDeclarationLoan CreatetblDeclarationLoan(long id, string branchId)
 {
     tblDeclarationLoan tblDeclarationLoan = new tblDeclarationLoan();
     tblDeclarationLoan.ID = id;
     tblDeclarationLoan.BranchId = branchId;
     return tblDeclarationLoan;
 }