示例#1
0
 public bool AddSubject(string subjectName)
 {
     return(_taskAppService.CreateSubject(subjectName));
 }