Browse Source

#account validation

feature/Redmine-17825-Email_Template
Leeza Baidar 10 months ago
parent
commit
452b48522e
  1. 2
      GMENepal/GMENepalAPIService/GMENepalAPI.cs

2
GMENepal/GMENepalAPIService/GMENepalAPI.cs

@ -302,6 +302,8 @@ namespace GMENepal.GMENepalAPIService
{ {
_response.ResponseCode = response.ResponseCode; _response.ResponseCode = response.ResponseCode;
_response.Msg = response.Msg; _response.Msg = response.Msg;
return _response;
} }
} }

Loading…
Cancel
Save