Beispiel #1
0
 public void DeleteMasterAccount(long id)
 {
     _masterAccountService.DeleteMasterAccount(id);
 }