Example #1
0
 public void Delete(Menu entity)
 {
     _menuDal.Delete(entity);
 }