예제 #1
0
 /// <summary>
 /// When overridden in the derived class, saves all of the guild's information to the database.
 /// </summary>
 public override void Save()
 {
     _updateGuildQuery.Execute(this);
 }