Ben Joyce
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Resharper suggesting conversion to Abstract Class
Hello.In an ASP.NET MVC project I have a set of DTO classes I use to return data from the Service layer to the Controller.Here's an example of the DTO class: public class ClaimDTO { ...