Posts by Matheus Moraes • 1 point
1 post
-
-1
votes1
answer40
viewsQ: Reference the class itself in the inheritance dynamically
Good morning, i have the following code in c# Asp.net-Core: public class AgentsTrans : BaseTrans<AgentsTrans> Basetrans is a generic base class that expects to receive a class as a parameter…