Exemple #1
0
 public QuanlyvanbanController(IDocumentService service, ICategoryService categoryService, IDocumentTypeService documentTypeService)
 {
     this._categoryService     = categoryService;
     this._Service             = service;
     this._documentTypeService = documentTypeService;
     this._toolAdmin           = new ToolAdmin(_categoryService, _documentTypeService);
 }
Exemple #2
0
 public QuanlybaivietController(ICategoryService categoryService, IPostService postService, IDocumentTypeService documentTypeService)
 {
     this._categoryService     = categoryService;
     this._postService         = postService;
     this._documentTypeService = documentTypeService;
     this._toolAdmin           = new ToolAdmin(_categoryService, _documentTypeService);
 }
Exemple #3
0
 public MenuController(ICategoryService categoryService, IMenuService Service, IPostService postService, IDocumentTypeService documentTypeService)
 {
     this._categoryService     = categoryService;
     this._postService         = postService;
     this._Service             = Service;
     this._documentTypeService = documentTypeService;
     this._toolAdmin           = new ToolAdmin(_categoryService, _documentTypeService);
 }
 public CaidathethongController(IConfigSystemService service, ICategoryService categoryService, IDocumentTypeService documentTypeService, IMenuService menuService, ISliderService sildeService)
 {
     this._categoryService     = categoryService;
     this._documentTypeService = documentTypeService;
     this._service             = service;
     this._toolAdmin           = new ToolAdmin(_categoryService, _documentTypeService);
     this._sildeService        = sildeService;
     this._menuService         = menuService;
 }
Exemple #5
0
 public ChuyenmucController(ICategoryService categoryService, IDocumentTypeService documentTypeService)
 {
     this._categoryService     = categoryService;
     this._documentTypeService = documentTypeService;
     this._toolAdmin           = new ToolAdmin(_categoryService, _documentTypeService);
 }