示例#1
0
 public RC_Ways(IWaysRepository rep_w)
 {
     this.rep_w = rep_w;
 }
示例#2
0
 public RC_Ways()
 {
     this.rep_w = new EFWaysRepository();
 }