Beispiel #1
0
 public IList <TModel> GetAllCustom <TModel>(string sql)
 {
     return(_repository.GetAllCustom <TModel>(sql));
 }