using Abp.Application.Services; using VberZero.AppService.Base.Dto; using VberZero.AppService.Calendars.Dto; namespace VberZero.AppService.Calendars; public interface ICalendarAppService : ICalendarAppServiceBase { }