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