Exemplo n.º 1
0
 public List <Brand> GetAllById(int brandId)
 {
     return(_brandDal.GetAllById(brandId));
 }