Exemple #1
0
 public PartialsController(
     IGrammarService _GrammarService,
     IGrammarCategoryService _GrammarCategoryService)
 {
     this._GrammarService         = _GrammarService;
     this._GrammarCategoryService = _GrammarCategoryService;
 }
Exemple #2
0
 public DicGramIndexModel(IGrammarCategoryService _GrammarCategoryService)
 {
     this._GrammarCategoryService = _GrammarCategoryService;
 }
 public GrammarCategoryController(
     IGrammarCategoryService _GrammarCategoryService)
 {
     this._GrammarCategoryService = _GrammarCategoryService;
 }