Ejemplo n.º 1
0
 private IResult CheckBrandExists(int id)
 {
     return(_brandService.CheckExistsById(id));
 }