示例#1
0
 public RestaurantUnitOfWork(RestaurantContext ctx) => context = ctx;
示例#2
0
 public Repository(RestaurantContext ctx)
 {
     context = ctx;
     dbset   = context.Set <T>();
 }