using System; using System.Collections.Generic; using System.Text; namespace Backend.Data.Interfaces { public interface ICommandeRepository : IGenericRepository<Commande> { } }
Powered by TurnKey Linux.