Example #1
0
 internal List <Com_Buyer_Setup> GetBuyerByType(string BuyerType)
 {
     return(_BuyerDal.GetBuyerByType(BuyerType));
 }