IShortMessagesApplicationService.cs 287 B

123456789
  1. using IwbZero.AppServiceBase;
  2. using ShwasherSys.NotificationInfo.Dto;
  3. namespace ShwasherSys.NotificationInfo
  4. {
  5. public interface IShortMessagesAppService : IIwbAsyncCrudAppService<ShortMessageDto, int, PagedRequestDto, ShortMessageCreateDto, ShortMessageUpdateDto >
  6. {
  7. }
  8. }