Ejemplo n.º 1
0
 public RC_Gruzs(IGruzsRepository rep_ow)
 {
     this.rep_gr = rep_ow;
 }
Ejemplo n.º 2
0
 public RC_Gruzs()
 {
     this.rep_gr = new EFGruzsRepository();
 }