예제 #1
0
 public HomeController(UnitOfWork WorkUnit, ISortingService SortingService, IFilterService FilterService, IAutofacFactory ObjectFactory, IGenericCallbacks GenericCallbacks)
 {
     this.Logger           = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
     this.WorkUnit         = WorkUnit;
     this.SortingService   = SortingService;
     this.FilterService    = FilterService;
     this.ObjectFactory    = ObjectFactory;
     this.GenericCallbacks = GenericCallbacks;
 }
예제 #2
0
 public HomeController(UnitOfWork WorkUnit, ISortingService SortingService, IFilterService FilterService, IAutofacFactory ObjectFactory, IGenericCallbacks GenericCallbacks)
 {
     this.Logger = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
     this.WorkUnit = WorkUnit;
     this.SortingService = SortingService;
     this.FilterService = FilterService;
     this.ObjectFactory = ObjectFactory;
     this.GenericCallbacks = GenericCallbacks;
 }