|
@@ -1,14 +0,0 @@
|
|
|
-using System;
|
|
|
-using System.Collections.Generic;
|
|
|
-using System.Text;
|
|
|
-using System.Threading.Tasks;
|
|
|
-using TEAMModelOS.Model.Syllabus.Dtos;
|
|
|
-using TEAMModelOS.Service.Common.Interfaces;
|
|
|
-
|
|
|
-namespace TEAMModelOS.Service.Syllabus.Interfaces
|
|
|
-{
|
|
|
- public interface ISyllabusService : IBusinessService
|
|
|
- {
|
|
|
- Task<SyllabusNode> SaveOrUpdate(SyllabusNode node);
|
|
|
- }
|
|
|
-}
|