Interface IAppointmentMatrixFactory
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IAppointmentMatrixFactory
Methods
CreateAsync(Appointment, RecurrenceUpdateMode, CancellationToken)
Declaration
Task<IAppointmentMatrix> CreateAsync(Appointment appointment, RecurrenceUpdateMode recurrenceUpdateMode, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
Appointment | appointment | |
RecurrenceUpdateMode | recurrenceUpdateMode | |
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<IAppointmentMatrix> |