Exemplo n.º 1
0
 public FailureResponse(string type, string message)
 {
     Error = new ErrorInformation
     {
         Type    = type,
         Message = message
     };
 }
Exemplo n.º 2
0
 public FailureResponse()
 {
     Error = new ErrorInformation();
 }