IMatterManager public interface IMatterManager : IDisposable Documentation Task<int> CreateSingleAsync(Matter matterDTO) Task DeleteSingleAsync(int matterArtifactID) Task<List<ClientRef>> GetClientsForMatterAsync() Task<List<ChoiceRef>> GetStatusChoicesForMatterAsync() Task<MatterQueryResultSet> QueryAsync(Query query) Task<MatterQueryResultSet> QueryAsync(Query query, int length) Task<MatterQueryResultSet> QuerySubsetAsync(string queryToken, int start, int length) Task<Matter> ReadSingleAsync(int matterArtifactID) Task UpdateSingleAsync(Matter matterDTO)