public int DeletPeriodTimeAPI(string timeID) { var result = exceptionService.DeletPeriodTime(timeID); return(result); }