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