Exemple #1
0
 public RC_Tupiki(ITupikiRepository rep_tp)
 {
     this.rep_tp = rep_tp;
 }
Exemple #2
0
 public RC_Tupiki()
 {
     this.rep_tp = new EFTupikiRepository();
 }