コード例 #1
0
 public RepositoryWithTypedId(TcDbContext context)
 {
     Context = context;
     DbSet   = Context.Set <T>();
 }
コード例 #2
0
ファイル: Repository.cs プロジェクト: tanlingyun/ticketcode
 public Repository(TcDbContext context) : base(context)
 {
 }