private void FillClientSupplyCollection(string clientSupplyCategory)
 {
     this.m_ClientSupplyCollection = YellowstonePathology.Business.Gateway.PhysicianClientGateway.GetClientSupplyCollection(clientSupplyCategory);
     this.NotifyPropertyChanged("ClientSupplyCollection");
 }
Beispiel #2
0
 private void FillClientSupplyCollection(string clientSupplyCategory)
 {
     this.m_ClientSupplyCollection = YellowstonePathology.Business.Gateway.PhysicianClientGateway.GetClientSupplyCollection(clientSupplyCategory);
     this.NotifyPropertyChanged("ClientSupplyCollection");
 }