P7-Team / P7-Report

0 stars 0 forks source link

Describe how communication is handled/implemented in the web service #64

Closed AxialDark closed 2 years ago

AxialDark commented 2 years ago

This section follows #63 , which should end by describing how data is stored on the web service.

This section should then explain the use of the ASP.NET framework to handle communication to and from the web service. This is through the definition of controllers (and how ASP.NET maps the controller methods to endpoints) and how the information from requests are mapped to C# objects using ASP.NET attributes to handle this ([FromBody], [FormFiles], etc.)

soenderby commented 2 years ago

@soenderby

zaztz commented 2 years ago
MikaelVM commented 2 years ago