示例#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>();
 }