public AgendaViewModel() { CustomerServiceAdapter = new ServiceAdapter <ICustomerService>(); Refresh(); View = new AgendaView { DataContext = this }; View.ShowDialog(); }
public AgendaViewModel() { CustomerServiceInstance = ClientServiceLocator.Instance().ContractLocator.CustomerServices; Refresh(); View = new AgendaView { DataContext = this }; View.ShowDialog(); }