Пример #1
0
 public async Task <ActionResult <IEnumerable <Object> > > GetStudentsSP()
 {
     return(await _studentsService.GetStudentsSP());
 }