Example #1
0
 public async Task <bool> GetStudentAssignedInformation(int userId)
 {
     return(await _saRepository.GetStudentAssignedInformation(userId));
 }