public interface IEntity {} public interface IUserEntity:IEntity {} public class UserEntity: IUserEntity{}
So my question is: h