public RestAPITest() { restAPIService = new RestAPIService(); restAPICRUDService = new RestAPICRUDService <User>(); }
public RestAPITest() { restAPIService = new RestAPIService(); //pass localhost restAPICRUDService = new RestAPICRUDService <User>(); }
public BaseController() { RestAPICRUDService = new RestAPICRUDService <T>(); }