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