コード例 #1
0
 public DbEntitiesService(ShopContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public DbOrdersService(ShopContext context) : base(context)
 {
 }