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