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