Example #1
0
 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;
 }
Example #2
0
 public SessionService(ISacabService _sacabService, ISafeerService _safeerService, IDepartmentService _departmentService)
 {
     sacabService      = _sacabService;
     safeerService     = _safeerService;
     departmentService = _departmentService;
 }