Example #1
0
 public CorrectScoreCEN(ICorrectScoreCAD _ICorrectScoreCAD)
 {
     this._ICorrectScoreCAD = _ICorrectScoreCAD;
 }
Example #2
0
 public CorrectScoreCEN()
 {
     this._ICorrectScoreCAD = new CorrectScoreCAD();
 }