using System; using System.Collections.Generic; using System.Text; using TEAMModelOS.Service.Core.Interfaces; namespace TEAMModelOS.Service.Evaluation.Interfaces { public interface IImportExerciseService : IBusinessService, IBaseService { } }