Esempio n. 1
0
 public IQueryable <T> QueryTenant <T>() where T : TenantEntity
 {
     return(_securityPolicy.FilterTenant(Query_Internal <T>()));
 }