Beispiel #1
0
 public IHttpActionResult UpdateMasterAccount(MasterAccountCreateEditModel modelParam)
 {
     return(Ok(_masterAccountService.UpdateMasterAccount(modelParam)));
 }