Untitled

 avatar
unknown
plain_text
2 years ago
299 B
8
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...