Ejemplo n.º 1
0
 public GroupsController(IGroupsDB groupsDB, IRightsDB rightsDB)
 {
     this.groupsDB = groupsDB;
     this.rightsDB = rightsDB;
 }
Ejemplo n.º 2
0
 public RightsController(IRightsDB rightsDB)
 {
     this.rightsDB = rightsDB;
 }