示例#1
0
 public SettingDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
示例#2
0
 public MobileTopupDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
示例#3
0
 public ClientMasterDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
 public ChallanOutOthersDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
 public PurchaseEntryDal()
 {
     inv = new inventoryforwebappEntities();
        DGM = new bl.Class1();
 }
 public PaymentReportDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
 public SimReplacementDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
示例#8
0
 public VoucherEntryDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
     con = new SqlConnection(ConfigurationManager.ConnectionStrings["SqlCon"].ConnectionString);
 }
 public CompanyProfileDAL()
 {
     inv = new inventoryforwebappEntities();
       DGM = new bl.Class1();
 }
示例#10
0
 public TotalFundDAL()
 {
     inv  = new inventoryforwebappEntities();
       DGM = new bl.Class1();
 }
示例#11
0
 public CustomerEntryDAL()
 {
     inv = new inventoryforwebappEntities();
     DGM = new bl.Class1();
 }
示例#12
0
 public LoginDAL()
 {
     inv = new inventoryforwebappEntities();
        DGM = new bl.Class1();
        //inv = new inventoryforwebappEntities();
 }
示例#13
0
 public BILLDAL()
 {
     DGM = new bl.Class1();
        inv = new inventoryforwebappEntities();
 }
示例#14
0
 public ContactDAL()
 {
     inv = new inventoryforwebappEntities();
        DGM = new bl.Class1();
 }
示例#15
0
 public Add_CountryInsert()
 {
     inv = new inventoryforwebappEntities();
       DGM = new bl.Class1();
 }