Esempio n. 1
0
 public async Task Post([FromBody] StudentRequest studentRequest)
 {
     await _studentBusiness.AddAsync(studentRequest);
 }