예제 #1
0
 public MZJsonResponse(bool sucesso, Exception ex)
     : this(sucesso, MZHelperUtil.GetErrorMessage(ex))
 {
 }
예제 #2
0
 public MZJsonResponse(Exception ex)
     : this(false, MZHelperUtil.GetErrorMessage(ex))
 {
 }