Exemplo n.º 1
0
 public async Task <Marks> AddScoreAsync(Marks testerGrade)
 {
     return(await _repository.AddScoreAsync(testerGrade));
 }