예제 #1
0
 public GroupsController(IGroupsDB groupsDB, IRightsDB rightsDB)
 {
     this.groupsDB = groupsDB;
     this.rightsDB = rightsDB;
 }
예제 #2
0
 public RightsController(IRightsDB rightsDB)
 {
     this.rightsDB = rightsDB;
 }