Initial commit.
This commit is contained in:
10
Wino.Core.Domain/Interfaces/IStoreRatingService.cs
Normal file
10
Wino.Core.Domain/Interfaces/IStoreRatingService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IStoreRatingService
|
||||
{
|
||||
Task PromptRatingDialogAsync();
|
||||
Task LaunchStorePageForReviewAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user