Exemplo n.º 1
0
 // TODO: ctor that accepts IXxxServiceAgent
 public CombinedFrequencyViewModel(ICombinedFrequencyServiceAgent serviceAgent)
 {
     this.serviceAgent = serviceAgent;
 }
Exemplo n.º 2
0
 // Default ctor
 public CombinedFrequencyViewModel()
 {
     this.serviceAgent = new CombinedFrequencyServiceAgent();
 }