Exemple #1
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public Shop()
 {
     if (_shop == null)
     {
         this._shop = new ShopDAL();
     }
 }
Exemple #2
0
 public ShopController(I_Shop shop)
 {
     this._shop = shop;
 }