Example #1
0
 public MemberToken()
 {
     MyDAL = DAL.MEM.MemberTokenFactory.CreateMemberToken();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #2
0
 public PayType()
 {
     MyDAL = DAL.ORD.PayTypeFactory.CreatePayType();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #3
0
 public DeliveryWay()
 {
     MyDAL = DAL.ORD.DeliveryWayFactory.CreateDeliveryWay();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #4
0
 public SupplierBank()
 {
     MyDAL = DAL.MEM.SupplierBankFactory.CreateSupplierBank();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #5
0
 public LogisticsTender()
 {
     MyDAL = DAL.MEM.LogisticsTenderFactory.CreateLogisticsTender();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #6
0
 public Brand()
 {
     MyDAL = DAL.Product.BrandFactory.CreateBrand();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #7
0
 public ZhongXin()
 {
     MyDAL = DAL.MEM.ZhongXinFactory.Create();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #8
0
 public SupplierGrade()
 {
     MyDAL = DAL.MEM.SupplierGradeFactory.CreateSupplierGrade();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #9
0
 public SupplierPriceAsk()
 {
     MyDAL = DAL.Product.SupplierPriceAskFactory.CreateSupplierPriceAsk();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #10
0
 public ContractDividedPayment()
 {
     MyDAL = DAL.ORD.ContractDividedPaymentFactory.CreateContractDividedPayment();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #11
0
 public Sources()
 {
     MyDAL = DAL.Sys.SourcesFactory.CreateSources();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #12
0
 public ProductAuditReason()
 {
     MyDAL = DAL.Product.ProductAuditReasonFactory.CreateProductAuditReason();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #13
0
 public MemberSubAccountLog()
 {
     MyDAL = DAL.MEM.MemberSubAccountFactory.CreateMemberSubAccountLog();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #14
0
 public OrdersBackApplyProduct()
 {
     MyDAL = DAL.ORD.OrdersBackApplyProductFactory.CreateOrdersBackApplyProduct();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #15
0
 public ShoppingAsk()
 {
     MyDAL = DAL.Product.ShoppingAskFactory.CreateShoppingAsk();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #16
0
 public SupplierMessage()
 {
     MyDAL = DAL.MEM.SupplierMessageFactory.CreateSupplierMessage();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #17
0
 public SysCity()
 {
     MyDAL = DAL.Sys.SysCityFactory.CreateSysCity();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #18
0
 public SupplierShopPages()
 {
     MyDAL = DAL.MEM.SupplierShopPagesFactory.CreateSupplierShopPages();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #19
0
 public SupplierShopApply()
 {
     MyDAL = DAL.MEM.SupplierShopApplyFactory.CreateSupplierShopApply();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #20
0
 public SysMessage()
 {
     MyDAL = DAL.Sys.SysMessageFactory.CreateSysMessage();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #21
0
 public Contract()
 {
     MyDAL = DAL.ORD.ContractFactory.CreateContract();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #22
0
 public BidProduct()
 {
     MyDAL = DAL.MEM.BidProductFactory.CreateBidProduct();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #23
0
 public SupplierLogistics()
 {
     MyDAL = DAL.MEM.SupplierLogisticsFactory.CreateSupplierLogistics();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #24
0
 public BidAttachments()
 {
     MyDAL = DAL.MEM.BidAttachmentsFactory.CreateBidAttachments();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #25
0
 public PaymentInformation()
 {
     MyDAL = DAL.ORD.PaymentInformationFactory.CreatePaymentInformation();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #26
0
 public BidEnter()
 {
     MyDAL = DAL.MEM.BidEnterFactory.CreateBidEnter();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #27
0
 public Package()
 {
     MyDAL = DAL.Product.PackageFactory.CreatePackage();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #28
0
 public Tender()
 {
     MyDAL = DAL.MEM.TenderFactory.CreateTender();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #29
0
 public SupplierPriceReport()
 {
     MyDAL = DAL.MEM.SupplierPriceReportFactory.CreateSupplierPriceReport();
     RBAC  = RBACFactory.CreateRBAC();
 }
Example #30
0
 public MemberPurchaseReply()
 {
     MyDAL = DAL.MEM.MemberPurchaseReplyFactory.CreateMemberPurchaseReply();
     RBAC  = RBACFactory.CreateRBAC();
 }