CalendarNotifyArg.cs 165 B

1234567
  1. namespace VberZero.BackgroundJobs.CalendarNotify;
  2. public class CalendarNotifyArg
  3. {
  4. public long UserId { get; set; }
  5. public int CalendarId { get; set; }
  6. }