예제 #1
0
 public DataTable LoadCompanyAndDivsion(int agreementID)
 {
     return(_AgreementRepository.LoadCompanyAndDivsion(agreementID));
 }