13 changed files with 42 additions and 42 deletions
@ -0,0 +1,9 @@ |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Application.Services; |
|||
|
|||
namespace LINGYUN.Abp.WebhooksManagement; |
|||
|
|||
public interface IWebhookPublishAppService : IApplicationService |
|||
{ |
|||
Task PublishAsync(WebhookPublishInput input); |
|||
} |
|||
@ -1,9 +0,0 @@ |
|||
using System.Threading.Tasks; |
|||
using Volo.Abp.Application.Services; |
|||
|
|||
namespace LINGYUN.Abp.WebhooksManagement; |
|||
|
|||
public interface IWebhooksPublishAppService : IApplicationService |
|||
{ |
|||
Task PublishAsync(WebhooksPublishInput input); |
|||
} |
|||
@ -1,6 +1,6 @@ |
|||
namespace LINGYUN.Abp.WebhooksManagement; |
|||
|
|||
public class WebhooksAvailableDto |
|||
public class WebhookAvailableDto |
|||
{ |
|||
public string Name { get; set; } |
|||
public string DisplayName { get; set; } |
|||
Loading…
Reference in new issue