Exemplo n.º 1
0
 public async Task <IActionResult> FindStudentsAsync(string studentName)
 {
     _logger.Information("Searching Started");
     return(await _studentsService.FindStudentsAsync(studentName));
 }