예제 #1
0
파일: EmpBLogic.cs 프로젝트: aks2023/BankUi
 public int payemi(LoanTransactionEntity lt, String lacid)
 {
     return(ob.payemi(lt, lacid));
 }