Exemplo n.º 1
0
        // GET api/values/5
        public string Get(string id)
        {
            RestAPIService api = new RestAPIService();

            return(api.updateIncident(id));

            return("value");
        }
Exemplo n.º 2
0
        // GET api/values
        public string Get()
        {
            RestAPIService api = new RestAPIService();

            //List<string> str= api.GetSubCategoryCategoryList("Application");
            //return str;
            //return api.GetIncidentbyAssigmentgroup();
            return(api.SubmitData());
            // var abc = api.GetKnowledgeForAllType("MMS - Delete");
            //  api.GetKnowledgeForAllType("MMS - Delete ");
            // return "avb";

            //string str=api.createIncident();
            //return str;
            // return api.updateIncident();
        }
Exemplo n.º 3
0
 public FollowerController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 4
0
 public PostRecordController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 5
0
 public UserController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 6
0
 public RestAPITest()
 {
     restAPIService     = new RestAPIService(); //pass localhost
     restAPICRUDService = new RestAPICRUDService <User>();
 }
Exemplo n.º 7
0
 public TotalController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 8
0
 public OutfitController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 9
0
 public RestAPITest()
 {
     restAPIService     = new RestAPIService();
     restAPICRUDService = new RestAPICRUDService <User>();
 }
Exemplo n.º 10
0
 public SecQuestionController()
 {
     restAPIService = new RestAPIService();
 }
 public TransactionController()
 {
     restAPIService = new RestAPIService();
 }
 public ProfilePictureController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 13
0
 public ClothController()
 {
     restAPIService = new RestAPIService();
 }
Exemplo n.º 14
0
 public FriendController()
 {
     restAPIService = new RestAPIService();
 }