public LineDetailsDAL() { _dataContext = new MDKDBMLDataContext(); tLineDetails = new TLineDetails(); personalInfoModel = new PersonalInfoModel(); }
public BankDAL() { bankModel = new BankModel(); bankEntity = new BankInfo(); tbankData = new TBankData(); tbankData.bankModel = new BankModel(); _dataContext = new MDKDBMLDataContext(); }
public PersonalInfoDAL() { personalInfoModel = new PersonalInfoModel(); _dataContext = new MDKDBMLDataContext(); tPersonalInfoData = new TPersonalInfoData(); personalInfoEntity = new PersonInfo(); clients = new TClientInfo(); clientModel = new ClientInfoModel(); }
public PersonalInfoDAL() { personalInfoModel = new PersonalInfoModel(); _dataContext = new MDKDBMLDataContext(); tPersonalInfoData = new TPersonalInfoData(); }
public LoginDAL() { _dataContext = new MDKDBMLDataContext(); tLoginData = new TLoginData(); }
public OtherInfoDAL() { _dataContext = new MDKDBMLDataContext(); entity = new OtherInfo(); tOtherInfoData = new TOtherInfoData(); }
public ClientInfoDAL() { _dataContext = new MDKDBMLDataContext(); entity = new ClientInfo(); tClientInfoData = new TClientInfo(); }