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