Ejemplo n.º 1
0
 public FacilityTypeController()
 {
     _ftRepo = new FacilityTypeRepo();
 }
Ejemplo n.º 2
0
 public void TestSetup()
 {
     cr = new ComplaintsRepository();
     ct = new ComplaintTypesRepo();
     ft = new FacilityTypeRepo();
 }