Untitled
unknown
plain_text
3 years ago
299 B
14
Indexable
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FlFi.Common.DTOs
{
public record ClickModel (string PageType, int Id);
public record ClickReferenceModel(string PageType, int firstId, int secondId);
}
Editor is loading...