コード例 #1
0
 public async Task <bool> ExistsByClassIdTaskAsync(Guid classId) =>
 await _disciplineRepository.ExistsByClassIdTaskAsync(classId);