Beispiel #1
0
        public HttpResponseMessage CreateTracker(TrackerModel t)
        {
            aAutomaticTakeTime s = new aAutomaticTakeTime();

            return(ut.ReturnResponse(s.CreateAutomaticTakeTime(t)));
        }
        public HttpResponseMessage WindowsCapture(CaptureModel t)
        {
            aAutomaticTakeTime s = new aAutomaticTakeTime();

            return(ut.ReturnResponse(s.CreateCapture(t)));
        }
        public HttpResponseMessage SaveIntalledPrograms(InstalledModel t)
        {
            aAutomaticTakeTime s = new aAutomaticTakeTime();

            return(ut.ReturnResponse(s.SaveIntalledPrograms(t)));
        }
        public HttpResponseMessage Savehardware(HardwareModel t)
        {
            aAutomaticTakeTime s = new aAutomaticTakeTime();

            return(ut.ReturnResponse(s.SaveHardware(t)));
        }