Skip to content
Snippets Groups Projects

Correction du modèle

Merged VITRANI MICHEL requested to merge vitrani/T4_Gr10:master into master
Compare and
6 files
+ 83
28
Preferences
Compare changes
Files
6
@@ -3,11 +3,15 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using application_Sedation.Model;
namespace application_Sedation.Controller
{
public class gEquipe
{
public static Equipe creerEquipe(int jaugeMoral)
{
return new Equipe(jaugeMoral);
}
}
}