Exemplo n.º 1
0
 public DataSet LoadAgreement(int agreementID)
 {
     return(_AgreementRepository.LoadAgreement(agreementID));
 }