Example #1
0
 public void SetState(PharmacyState newState)
 {
     State = newState.ToString("G");
 }