Better documentation in the Models
continuous-integration/drone/push Build is passing Details

pull/47/head
HMatheo 2 years ago
parent 2043a6331c
commit 71b46f3294

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Admin
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Admin.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Liste
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file IPersistanceManager.cs
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Liste
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Liste.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Manager
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Manager.cs
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Oeuvre
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Oeuvre.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Personne
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Personne.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;

@ -1,4 +1,8 @@
using System;
///// \brief Fichier pour la classe Utilisateur
///// \author HERSAN Mathéo, JOURDY Vianney
/// \file Utilisateur.cs
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;

Loading…
Cancel
Save