Example #1
0
 public List <Buyer> GetAll()
 {
     return(_buyerDal.GetList());
 }