Exemplo n.º 1
0
 public ContactModuleController(IModuleService moduleService, IContactModuleService contactModuleService
                                , IMenuService menuService, IModulePageService modulePageService, IContactPersonService contactPersonService, IUserService userService)
 {
     _moduleService        = moduleService;
     _menuService          = menuService;
     _modulePageService    = modulePageService;
     _contactModuleService = contactModuleService;
     _userService          = userService;
     _contactPersonService = contactPersonService;
 }