Beispiel #1
0
 public BackupController(IBackUpService context, IToolTypeService contextToolTypes, IToolTypeSearchService contextToolTypesSearch)
 {
     _context                = context;
     _contextToolTypes       = contextToolTypes;
     _contextToolTypesSearch = contextToolTypesSearch;
 }
 public ToolTypeController(IToolTypeService context, IToolTypeSearchService contextS)
 {
     _db  = context;
     _dbs = contextS;
 }
Beispiel #3
0
 public SearchController(IToolTypeSearchService context)
 {
     _context = context;
 }