This commit is contained in:
he
2022-03-30 09:46:17 +08:00
parent 4c7fad02b2
commit 99e185baf5
8 changed files with 80 additions and 17 deletions
@@ -5,7 +5,7 @@ namespace IRaCIS.Application.Interfaces
{
public interface ISubjectService
{
Task<IResponseOutput> AddOrUpdateSubject([FromBody] SubjectCommand subjectCommand);
Task<IResponseOutput<string>> AddOrUpdateSubject([FromBody] SubjectCommand subjectCommand);
Task<IResponseOutput> DeleteSubject(Guid id);
Task<IResponseOutput> UpdateSubjectStatus(SubjectStatusChangeCommand subjectStatusChangeCommand);