public TestController(IServiceHandlerFactory ServiceHandlerFactory , IFilterFactory FilterFactory , IRule RulesFactor , ICommonInfo CommonInfo) /// : base(ServiceHandlerFactory, FilterFactory, RulesFactor, CommonInfo) { }
public WeatherForecastController(IServiceHandlerFactory ServiceHandlerFactory , ISubCategoriesService SubCategoriesService , ILogger <WeatherForecastController> logger) { _logger = logger; _SubCategoriesService = SubCategoriesService; _ServiceHandlerFactory = ServiceHandlerFactory; }
public SubCategoryEdits(IServiceHandlerFactory ServiceHandlerFactory , IFilterFactory FilterFactory , IListFactory ListFactory , ICommonInfo CommonInfo ) : base(ServiceHandlerFactory, FilterFactory, ListFactory, CommonInfo) { }
public TestWebController( IServiceHandlerFactory ServiceHandlerFactory , IRule RuleFactory , IFilterFactory FilterFactory , ICommonInfo CommonInfo ) //: base(ServiceHandlerFactory // , RuleFactory // , FilterFactory // , CommonInfo // , null) { }
public SubCategoryRules(IServiceHandlerFactory ServiceHandlerFactory) : base(ServiceHandlerFactory) { }
public SubCategoryItemEdits(IServiceHandlerFactory ServiceHandlerFactory) : base(ServiceHandlerFactory, null, null, null) { }
//public void RunRules(IBaseEntity Entity, EntityRules Entities, ModelStateDictionary modelState) //{ // // modelState.AddModelError("", "TestEntityError"); //} //public void RunRulesOnModel(IViewModel Entity, ModelStateDictionary modelState) //{ // if ( ((TestViewModel)Entity).Name == string.Empty) // modelState.AddModelError("", "TestEntityError on Model"); //} public TestEntityRule(IServiceHandlerFactory ServiceHandlerFactory) : base(ServiceHandlerFactory) { }