using Common.Model; using System.Collections.Generic; namespace Repository.Utility { public interface IUtilityRepository { IList GetKoreanBanks(); } }