コード例 #1
0
ファイル: Repository.cs プロジェクト: jotab/pcs
 public void Add(T entity)
 {
     AddOrUpdate(entity, Mapping.GetInsertSql());
 }