コード例 #1
0
 public IQueryable <T> QueryLocal <T>() where T : IEntity
 {
     return(_dbStore.QueryLocal <T>());
 }