コード例 #1
0
ファイル: ContentMgr.cs プロジェクト: uvbs/Asda2-Server
 /// <summary>
 /// Updates changes to the Object in the underlying Database.
 /// </summary>
 public static void CommitUpdateAndFlush(this IDataHolder obj)
 {
     obj.CommitUpdate();
     ContentMgr.FlushCommit(obj.GetType());
 }