Esempio n. 1
0
        public IHttpActionResult Get()
        {
            ErrorService errorService = CreateErrorService();
            var          errors       = errorService.GetErrors();

            return(Ok(errors));
        }
Esempio n. 2
0
 public DataTable GetErrorList()
 {
     return(errorService.GetErrors());
 }