Esempio n. 1
0
 public MenuMasterHelper(IMenuMasterRepository menuMasterRepoisitory)
 {
     _menuMasterRepoisitory = menuMasterRepoisitory;
 }
 public MenuMasterController(IMenuMasterRepository menuMasterRepository, IMapper mapper)
 {
     _MenuMasterRepository = menuMasterRepository;
     _Mapper = mapper;
 }