INotificationAppService.cs 200 B

1234567
  1. using VberZero.AppService.Notifications;
  2. namespace VberAdmin.BaseSystem.Notifications;
  3. public interface INotificationAppService : VberZero.AppService.Notifications.INotificationAppServiceBase
  4. {
  5. }