コード例 #1
0
 public EfOrderRepository(OrderDBContext orderDbContext)
 {
     _orderDbContext = orderDbContext;
 }