Ejemplo n.º 1
0
 public GroupDB GetGroupById(int groupId)
 {
     DBManager db = new DBManager();
     return db.GetGroupById(groupId);
 }