コード例 #1
0
ファイル: RepositoryBase.cs プロジェクト: mrlee24/OSM
 public virtual void Add(T entity)
 {
     var newEntry = _context.Add(entity);
 }