Class AppointmentMatrixFactory
Inheritance
AppointmentMatrixFactory
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentMatrixFactory : IAppointmentMatrixFactory
Constructors
AppointmentMatrixFactory(IServiceProvider)
Declaration
public AppointmentMatrixFactory(IServiceProvider serviceProvider)
Parameters
Methods
CreateAsync(Appointment, RecurrenceUpdateMode, CancellationToken)
Declaration
public Task<IAppointmentMatrix> CreateAsync(Appointment appointment, RecurrenceUpdateMode recurrenceUpdateMode, CancellationToken cancellationToken = default)
Parameters
Returns
Implements
Extension Methods