コード例 #1
0
 public IEnumerable <Town> GetFromPlayer(int id, String server, int world)
 {
     return(_context.GetFromPlayer(id, server, world));
 }