Exemplo n.º 1
0
 public string GetNotification(ErrorDefine errorType)
 {
     return(ErrorNotification.NotificationString(errorType));
 }
Exemplo n.º 2
0
 public ErrorObject(ErrorDefine errorType)
 {
     this.errorType          = errorType;
     this.errorMessageOutput = ErrorNotification.NotificationString(errorType);
 }