Class SendReminderBody
- Namespace
- KadicErp.WebApi.Controllers.Academy
- Assembly
- KadicErp.WebApi.dll
public sealed record SendReminderBody
- Inheritance
-
objectSendReminderBody
Constructors
SendReminderBody(string)
public SendReminderBody(string Channel)
Parameters
Channelstring
Properties
Channel
public string Channel { get; init; }
Property Value
- string