ICalendarAppService.cs 222 B

12345678910
  1. using Abp.Application.Services;
  2. using VberZero.AppService.Base.Dto;
  3. using VberZero.AppService.Calendars.Dto;
  4. namespace VberZero.AppService.Calendars;
  5. public interface ICalendarAppService : ICalendarAppServiceBase
  6. {
  7. }