Пример #1
0
 public IEnumerable <ErrorPoco> GetErrorItemsByStatus(string status)
 {
     return(_err.GetErrorItemsByStatus(status).ToList());
 }