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