Exemplo n.º 1
0
 public static int GetStatus(this PascalErrorCode errorCode)
 {
     return(errorCode.GetErrorCodeAttribute().Status);
 }
Exemplo n.º 2
0
 public static string GetMessage(this PascalErrorCode errorCode)
 {
     return(errorCode.GetErrorCodeAttribute().Message);
 }