コード例 #1
0
 public Repository(LodgingContext context)
 {
     _db = context.Set <TEntity>();
 }
コード例 #2
0
 protected Repository(LodgingContext context)
 {
     _db = context.Set <TEntity>();
 }