예제 #1
0
 public IQueryable <Environment> GetEnvironments(
     [Service] IEnvironmentRepository repository) =>
 repository.GetEnvironments();