CalendarAppService.cs 165 B

1234567
  1. using VberZero.AppService.Calendars;
  2. namespace VberAdmin.BaseSystem.Calendars;
  3. public class CalendarAppService : CalendarAppServiceBase, ICalendarAppService
  4. {
  5. }