Exemple #1
0
 public IDataResult <Brand> GetByName(string name)
 {
     return(new SuccessDataResult <Brand>(_brandDAL.GetByName(name)));
 }