diff --git a/notus/Biblioteque_de_Class/Logo.cs b/notus/Biblioteque_de_Class/Logo.cs new file mode 100644 index 0000000..4488779 --- /dev/null +++ b/notus/Biblioteque_de_Class/Logo.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Biblioteque_de_Class +{ + public class Logo + { + public string Nom { get; set; } + public string LinkLogo { get; set; } + } +}