Пример #1
0
 public static DataTable GetGroupByID(string sellerNick)
 {
     return(GroupDAL.GetGroupByID(sellerNick));
 }