Пример #1
0
 public Town GetByIdDate(int id, String server, int world, String date)
 {
     return(_context.GetByIdDate(id, server, world, date));
 }