Relative Content

Tag Archive for c#asp.net-web-api

Introducing Generics in a Application(C#)

There is this application, let us call it “Invertory System Api“. this application has a lot of CRUD for database, and it is separated between Services and Repositories, it is using UoW(unit of Work) Pattern in the repositories. The application has Requests, Responses, and DTos