示例#1
0
 public async Task <bool> DeleteSubjectAsync(string Key)
 {
     return(await _subjectRepository.DeleteAsync(Key));
 }