コード例 #1
0
ファイル: OrderDAL.cs プロジェクト: ahipp/ShippingOrdersDemo
 public OrderDAL(OrderSystemContext db)
 {
     this.db = db;
 }