示例#1
0
 public Task <int> InjectedServices(Guid id, [FromServices] ISomeService service) => service.GetInt(id);