예제 #1
0
 public Group GetGroupById(int groupId)
 {
     DBManager db = new DBManager();
     return db.GetGroupById(groupId);
 }