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 List() where T : class, IAdminDecimal