using Model; namespace Services.Interaces { public interface IUserResponseRepository { Task> GetResponsesByUserAsync(string userName); } }