Example #1
0
 public RC_Gruzs(IGruzsRepository rep_ow)
 {
     this.rep_gr = rep_ow;
 }
Example #2
0
 public RC_Gruzs()
 {
     this.rep_gr = new EFGruzsRepository();
 }