예제 #1
0
 public List <Offer> GetAllOfferList(string OfferType)
 {
     return(objTransacRepo.GetAllOfferList(OfferType));
 }