コード例 #1
0
 public void Init()
 {
     cmrsService = new DbCMRsService();
 }
コード例 #2
0
ファイル: CMRViewModel.cs プロジェクト: sulmar/STS.WPF
 public CMRViewModel(ICMRsService cmrsService)
 {
     this._CMRsService = cmrsService;
 }