Ejemplo n.º 1
0
 public List <string> GetExceptionErrorCodes(string errorSystem, string errorService)
 {
     _commonDataAccess = new CommonDataAccess(_context);
     return(_commonDataAccess.GetExceptionErrorCodes(errorSystem, errorService));
 }