示例#1
0
        //public UGRS.Core.Auctions.Services.Financials.FoodDeliveryService LocalDeliveryFoodService
        //{
        //    get { return mObjLocalDeliveryFoodService; }
        //    set { mObjLocalDeliveryFoodService = value; }
        //}

        //public UGRS.Core.Auctions.Services.Inventory.StockService LocalStockService
        //{
        //    get { return mObjLocalStockService; }
        //    set { mObjLocalStockService = value; }
        //}

        public FoodChargesService()
        {
            LocalFoodChargeService = new Core.Auctions.Services.Financials.FoodChargeCheckService
                                         (new BaseDAO <UGRS.Core.Auctions.Entities.Financials.FoodChargeCheck>());
            mObjFinancialService = new FinancialsServicesFactory();
            mObjAuctionService   = new Data.Auctions.Factories.AuctionsServicesFactory();
            //LocalDeliveryFoodService = new Core.Auctions.Services.Financials.FoodDeliveryService(new BaseDAO<UGRS.Core.Auctions.Entities.Financials.FoodDelivery>());
            //LocalStockService = new Core.Auctions.Services.Inventory.StockService(new BaseDAO<UGRS.Core.Auctions.Entities.Inventory.Stock>());
        }
示例#2
0
 public AuctionsObjectService()
 {
     mObjAuctionsFactory = new AuctionsServicesFactory();
 }