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