Example #1
0
 public GroupEditorController()
 {
     repo = new ContributorsRepository(Db);
 }
 public ContributorsController()
 {
     _gridRepository = new ContributorsRepository(Db);
     _componentState = new ComponentStateHandler(Db);
 }
Example #3
0
 public GroupEditorController()
 {
     repo = new ContributorsRepository(Db);
 }
Example #4
0
 public ContributorsController()
 {
     _gridRepository = new ContributorsRepository(Db);
     _componentState = new ComponentStateHandler(Db);
 }