예제 #1
0
 public GroupResolver(GroupTable table)
     : this(table, -1)
 {
 }
예제 #2
0
 private GroupResolver(GroupTable table, int groupId)
 {
     this.table = table;
     GroupId    = groupId;
 }