public void TestInitialize()
 {
     PhysiotherapistResource = new PhysiotherapistResource();
     Helpers.SetBaseAddress();
     Helpers.Wipe();
 }
Esempio n. 2
0
 public PhysiotherapistController()
 {
     _physiotherapistResource = new PhysiotherapistResource();
 }