first push

This commit is contained in:
2026-05-16 21:29:22 +02:00
commit 25edd4fac7
68 changed files with 3475 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ModelsLib
{
public class EntityHome
{
/// <summary>
/// Nom sur haut de page
/// </summary>
public string TitlePseudo { get; set; }
public string SubTitle1 { get; set; }
public string SubTitle2 { get; set; }
public string InstaLink { get; set; }
public string InstaQrCode { get; set; }
public string Credentials { get; set; }
}
}