public PartialsController( IGrammarService _GrammarService, IGrammarCategoryService _GrammarCategoryService) { this._GrammarService = _GrammarService; this._GrammarCategoryService = _GrammarCategoryService; }
public DicGramIndexModel(IGrammarCategoryService _GrammarCategoryService) { this._GrammarCategoryService = _GrammarCategoryService; }
public GrammarCategoryController( IGrammarCategoryService _GrammarCategoryService) { this._GrammarCategoryService = _GrammarCategoryService; }