REST SchedulingDao This DAO leverages the the SOAP objects we created in our SchedulingSvc proxy. The open source Newtonsoft JSON library is used for serialization
Inheritance: ISchedulingDao
Exemplo n.º 1
0
 public void testFixtureSetUp()
 {
     _dao = new SchedulingDao(new Uri("http://mdws.vistaehr.com/mdws2/SchedulingSvc.svc"));
 }
Exemplo n.º 2
0
 public void testFixtureSetUp()
 {
     _dao = new SchedulingDao(new Uri("http://mdws.vistaehr.com/mdws2/SchedulingSvc.svc"));
 }