コード例 #1
0
 public BaseRepository(ContextRepository context)
 {
     Context    = context;
     InMemoryDb = Context.Set <TEntity>();
 }