Пример #1
0
 public ContributorsController()
 {
     _gridRepository = new ContributorsRepository(Db);
     _componentState = new ComponentStateHandler(Db);
 }
Пример #2
0
 public ContributorsController()
 {
     _gridRepository = new ContributorsRepository(Db);
     _componentState = new ComponentStateHandler(Db);
 }