Esempio n. 1
0
 public async Task <ActionResult <IEnumerable <StudentInfo> > > GetStudent()
 {
     return(studentBusiness.GetAllStudentInfos());
 }