Example #1
0
 public List <Brand> GetAllBrands()
 {
     return(_brandDal.GetAllBrands());
 }