Fix des erreurs de build
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace JeuHoy_WPF_Natif.Model
|
||||
{
|
||||
public class GestionFichiersSorties : IGestionFichiers
|
||||
{
|
||||
public GestionFichiersSorties()
|
||||
{
|
||||
}
|
||||
|
||||
public List<Squelette> ChargerCoordonnees(string fichier)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
public int SauvegarderCoordonnees(string fichier, List<Squelette> lstData)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user