Пример #1
0
 public RestAPITest()
 {
     restAPIService     = new RestAPIService();
     restAPICRUDService = new RestAPICRUDService <User>();
 }
Пример #2
0
 public RestAPITest()
 {
     restAPIService     = new RestAPIService(); //pass localhost
     restAPICRUDService = new RestAPICRUDService <User>();
 }
Пример #3
0
 public BaseController()
 {
     RestAPICRUDService = new RestAPICRUDService <T>();
 }