예제 #1
0
 public UserGameMap GetUserStoredGameMap(string username)
 {
     var sm = new StoredGameMap();
     return sm.GetUserGameMaps(username);
 }