using System.Collections.Generic; using SlnMesnac.Model.domain; namespace SlnMesnac.Repository.service { public interface ITeTestService { List GetTestList(); } }