username@email.com
2024-10-14 62c822606b169bb1fa10b9289ae7787494e39ac7
CY_ECommercePlatform/AbstractFactory/Factory.cs
@@ -350,6 +350,7 @@
            OBJECT_PATH.Add(DALInterface.IPVCFastCostDAL, "PVCFastCostDAL");
            OBJECT_PATH.Add(DALInterface.IPVCAfterCostDAL, "PVCAfterCostDAL");
            OBJECT_PATH.Add(DALInterface.IPaperTypeDAL, "PaperTypeDAL");
            OBJECT_PATH.Add(DALInterface.IWorkBookTypeDAL, "WorkBookTypeDAL");
            OBJECT_PATH.Add(DALInterface.IStickyHandBagCostDAL, "StickyHandBagCostDAL");
            OBJECT_PATH.Add(DALInterface.IStickEnvelopeCostDAL, "StickEnvelopeCostDAL");
            OBJECT_PATH.Add(DALInterface.IRopeCostDAL, "RopeCostDAL");
@@ -1098,6 +1099,8 @@
        IPaperTypeDAL = 262,
        IWorkBookTypeDAL = 500,
        IStickyHandBagCostDAL = 263,
        IStickEnvelopeCostDAL = 264,