File scoped namespaces
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
using System.Threading.Tasks;
|
||||
using Wino.Core.Domain.Models.Reader;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
namespace Wino.Core.Domain.Interfaces;
|
||||
|
||||
public interface IUnsubscriptionService
|
||||
{
|
||||
public interface IUnsubscriptionService
|
||||
{
|
||||
/// <summary>
|
||||
/// Unsubscribes from the subscription using one-click method.
|
||||
/// </summary>
|
||||
/// <param name="info">Unsubscribtion information.</param>
|
||||
/// <returns>Whether the unsubscription is succeeded or not.</returns>
|
||||
Task<bool> OneClickUnsubscribeAsync(UnsubscribeInfo info);
|
||||
}
|
||||
/// <summary>
|
||||
/// Unsubscribes from the subscription using one-click method.
|
||||
/// </summary>
|
||||
/// <param name="info">Unsubscribtion information.</param>
|
||||
/// <returns>Whether the unsubscription is succeeded or not.</returns>
|
||||
Task<bool> OneClickUnsubscribeAsync(UnsubscribeInfo info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user