Class IAppointmentMatrixFactoryExtensions
Inheritance
IAppointmentMatrixFactoryExtensions
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public static class IAppointmentMatrixFactoryExtensions
Methods
CreateAsync(IAppointmentMatrixFactory, int, RecurrenceUpdateMode, CancellationToken)
Declaration
public static Task<IAppointmentMatrix> CreateAsync(this IAppointmentMatrixFactory factory, int appointmentId, RecurrenceUpdateMode recurrenceUpdateMode, CancellationToken cancellationToken = default)
Parameters
Returns