Beispiel #1
0
 private bool Delete(MenuItemCode itemCode)
 {
     _serviceAgent.DeleteFromMenuItemCodeRepository(itemCode);
     return(true);
 }