Code2Gether-Discord / Congo

Generic web store learning project that consists of three ASP.NET Core projects
https://code2gether-congo.azurewebsites.net/
11 stars 2 forks source link

Move InsertProductRequest to the .Contracts project #50

Closed chrisK00 closed 3 years ago

chrisK00 commented 3 years ago

Since no one should inherit from this it will also be marked as Sealed and the properties should be assigned on initialization

We will add fluentvalidation later, and the insert product endpoint is not callable right now due to no seller entitiy so the data annotations should be removed aswell