コード例 #1
0
ファイル: EFCoreRepo.cs プロジェクト: henriqueholtz/Holtz_PDV
 public void Add <t>(t entity) where t : class
 {
     _context.Add(entity);
 }