Example #1
0
 public StoreService()
 {
     api       = new APIService();
     baseRoute = "store/";
 }
 public DistrictService()
 {
     api       = new APIService();
     baseRoute = "district/";
 }