IBulletinInfosApplicationService.cs 288 B

12345678910
  1. using IwbZero.AppServiceBase;
  2. using ShwasherSys.NotificationInfo.Dto;
  3. namespace ShwasherSys.NotificationInfo
  4. {
  5. public interface IBulletinInfosAppService : IIwbAsyncCrudAppService<BulletinInfoDto, int, PagedRequestDto, BulletinInfoCreateDto, BulletinInfoUpdateDto >
  6. {
  7. }
  8. }