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