sauvegarde de deux trois truc vite fait pour pouvoir continuer à la maison

vSonar_test
Matheo THIERRY 2 years ago
parent aad8148fc8
commit cfad4a3ec6

@ -955,40 +955,6 @@
"$ref": "AAAAAAGHszJKAGGyqQg=" "$ref": "AAAAAAGHszJKAGGyqQg="
}, },
"subViews": [ "subViews": [
{
"_type": "UMLOperationView",
"_id": "AAAAAAGHszOJ+mIQ0PQ=",
"_parent": {
"$ref": "AAAAAAGHszJKAmG7KV0="
},
"model": {
"$ref": "AAAAAAGHszOJ8mIN0vE="
},
"font": "Arial;13;0",
"left": 797,
"top": 569,
"width": 205.2578125,
"height": 13,
"text": "+SetPseudo()",
"horizontalAlignment": 0
},
{
"_type": "UMLOperationView",
"_id": "AAAAAAGHszOlUmIWsQs=",
"_parent": {
"$ref": "AAAAAAGHszJKAmG7KV0="
},
"model": {
"$ref": "AAAAAAGHszOlSmITA04="
},
"font": "Arial;13;0",
"left": 797,
"top": 584,
"width": 205.2578125,
"height": 13,
"text": "+SetMail()",
"horizontalAlignment": 0
},
{ {
"_type": "UMLOperationView", "_type": "UMLOperationView",
"_id": "AAAAAAGHszOmxGIcpC4=", "_id": "AAAAAAGHszOmxGIcpC4=",
@ -1000,7 +966,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 599, "top": 569,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+SetPassword()", "text": "+SetPassword()",
@ -1017,7 +983,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 614, "top": 584,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+AjouterFav()", "text": "+AjouterFav()",
@ -1034,7 +1000,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 629, "top": 599,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+SupFav()", "text": "+SupFav()",
@ -1051,7 +1017,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 644, "top": 614,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+AjouterNote()", "text": "+AjouterNote()",
@ -1068,7 +1034,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 659, "top": 629,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+SupNote()", "text": "+SupNote()",
@ -1085,7 +1051,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 674, "top": 644,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+AjouterTag()", "text": "+AjouterTag()",
@ -1102,7 +1068,7 @@
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 797, "left": 797,
"top": 689, "top": 659,
"width": 205.2578125, "width": 205.2578125,
"height": 13, "height": 13,
"text": "+SupTag()", "text": "+SupTag()",
@ -1113,7 +1079,7 @@
"left": 792, "left": 792,
"top": 564, "top": 564,
"width": 215.2578125, "width": 215.2578125,
"height": 143 "height": 113
}, },
{ {
"_type": "UMLReceptionCompartmentView", "_type": "UMLReceptionCompartmentView",
@ -3844,9 +3810,9 @@
"$ref": "AAAAAAGH5ZaYJM5fb2g=" "$ref": "AAAAAAGH5ZaYJM5fb2g="
}, },
"font": "Arial;13;0", "font": "Arial;13;0",
"left": 543, "left": 542,
"top": 821, "top": 821,
"width": 5.05908203125, "width": 6.5,
"height": 13, "height": 13,
"alpha": 0.5235987755982988, "alpha": 0.5235987755982988,
"distance": 25, "distance": 25,
@ -4579,22 +4545,6 @@
} }
], ],
"operations": [ "operations": [
{
"_type": "UMLOperation",
"_id": "AAAAAAGHszOJ8mIN0vE=",
"_parent": {
"$ref": "AAAAAAGHszJKAGGyqQg="
},
"name": "SetPseudo"
},
{
"_type": "UMLOperation",
"_id": "AAAAAAGHszOlSmITA04=",
"_parent": {
"$ref": "AAAAAAGHszJKAGGyqQg="
},
"name": "SetMail"
},
{ {
"_type": "UMLOperation", "_type": "UMLOperation",
"_id": "AAAAAAGHszOmwWIZbnQ=", "_id": "AAAAAAGHszOmwWIZbnQ=",

@ -1,6 +1,10 @@
using System.ComponentModel; using System.ComponentModel;
using System.ComponentModel.DataAnnotations.Schema; using System.ComponentModel.DataAnnotations.Schema;
///https://learn.microsoft.com/fr-fr/windows/apps/design/
///https://learn.microsoft.com/fr-fr/windows/apps/design/layout/
///https://raw.githubusercontent.com/dotnet-architecture/eBooks/main/current/maui/Enterprise-Application-Patterns-Using-.NET-MAUI.pdf
///
namespace Biblioteque_de_Class namespace Biblioteque_de_Class
{ {
public class Utilisateur public class Utilisateur

Loading…
Cancel
Save