public Position_repo(string constr)
 {
     this.context = new lora_sofdDataContext(constr);
 }
Esempio n. 2
0
 public Unic_usernames_repo(string constr)
 {
     this.context = new lora_sofdDataContext(constr);
 }
Esempio n. 3
0
 public Institutions_repo(string constr)
 {
     this.context = new lora_sofdDataContext(constr);
 }