using WinFormDiApp.BL.Models; namespace WinFormDiApp.BLI { public interface IMemberRepository { IEnumerable InsertMember(Member member); } }