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