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