예제 #1
0
 public Repository(LawInOrderAppContext context)
 {
     db    = context;
     dbSet = db.Set <TEntity>();
 }