Example #1
0
 // TODO: ctor that accepts IXxxServiceAgent
 public LineListViewModel(ILineListControlServiceAgent serviceAgent)
 {
     this.serviceAgent = serviceAgent;
 }
Example #2
0
 // Default ctor
 public LineListViewModel()
 {
     serviceAgent = new LineListControlServiceAgent();
 }