Beispiel #1
0
 public LineDetailsDAL()
 {
     _dataContext = new MDKDBMLDataContext();
     tLineDetails = new TLineDetails();
     personalInfoModel = new PersonalInfoModel();
   
 }
Beispiel #2
0
        public PersonalInfoDAL()
        {
            personalInfoModel = new PersonalInfoModel();
            _dataContext = new MDKDBMLDataContext();
            tPersonalInfoData = new TPersonalInfoData();
            personalInfoEntity = new PersonInfo();

            clients = new TClientInfo();
            clientModel = new ClientInfoModel();
        }
Beispiel #3
0
 public PersonalInfoDAL()
 {
     personalInfoModel = new PersonalInfoModel();
     _dataContext = new MDKDBMLDataContext();
     tPersonalInfoData = new TPersonalInfoData();
 }