Handling of AI pack through mmicrosoft store.

This commit is contained in:
Burak Kaan Köse
2026-04-02 15:07:05 +02:00
parent 7b369201b0
commit 8f16f553f5
26 changed files with 765 additions and 578 deletions
@@ -0,0 +1,9 @@
#nullable enable
using System;
namespace Wino.Core.Domain.Models.Accounts;
public sealed record WinoStoreCollectionsIdTicketInfo(
string ServiceTicket,
string PublisherUserId,
DateTimeOffset ExpiresAtUtc);