I have this test method, I have a problem on the \"List\" method. I\'d like use several class (all inplement IAdminDecimal). On the QueryOver, I have this error : The t
Try:
public IList<T> List<T>() where T : class, IAdminDecimal