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