Beispiel #1
0
 public List <Deal_Result> AllDealsService(string dropstatus)
 {
     return(dealRepository.AllDeals(dropstatus));
 }