public IRestSingleResponse <Incident> GetRecordByQuery(string detail, string query, string id) { IRestSingleResponse <Incident> result = _tableAPIRepository.GetRecordById(id); return(result); }
public IRestSingleResponse <Project> GetRecordByProjectName(string query, bool limit, string projectId) { IRestSingleResponse <Project> result = _projectAPIRepository.GetRecordById(projectId); return(result); }