using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Models { public interface IPersistanceManager { (List, List) Chargdon(); void Sauvdon(List c, List u); } }