using GameModel; namespace GameContract { public interface IExpenseRepository { IEnumerable GetAll(); } }