public HomeController(IEventService Event, ICategoryService category, IDepartmentService department, ILocationService location, ITargetGroupService targetGroup, ISafeerService safeerService) { EventService = Event; CategoryService = category; DepartmentService = department; LocationService = location; TargetGroupService = targetGroup; SafeerService = safeerService; }
public SessionService(ISacabService _sacabService, ISafeerService _safeerService, IDepartmentService _departmentService) { sacabService = _sacabService; safeerService = _safeerService; departmentService = _departmentService; }