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