Example #1
0
 public CommonB(CommonR commonRepo)
 {
     commonR = commonRepo;
 }
Example #2
0
 public CommonB()
 {
     commonR = new CommonR();
 }