Beispiel #1
0
 public IHttpActionResult GetAllMasterAccounts()
 {
     return(Ok(_masterAccountService.GetAllMasterAccountGridVm()));
 }