Exemplo n.º 1
0
 public IResult IsExistById(int id)
 {
     return(new Result(_brandDal.IsExists(x => x.Id == id)));
 }