public MZJsonResponse(bool sucesso, Exception ex) : this(sucesso, MZHelperUtil.GetErrorMessage(ex)) { }
public MZJsonResponse(Exception ex) : this(false, MZHelperUtil.GetErrorMessage(ex)) { }