コード例 #1
0
ファイル: ManagerBase.cs プロジェクト: 605333616/Match
 public new void Create(T t)
 {
     ActiveRecordBase.CreateAndFlush(t);
 }