Example #1
0
 public void Init()
 {
     cmrsService = new DbCMRsService();
 }
Example #2
0
 public CMRViewModel(ICMRsService cmrsService)
 {
     this._CMRsService = cmrsService;
 }