Beispiel #1
0
 // PUT api/values/5
 public async Task Put(Guid id, [FromBody] int memory)
 {
     await _repository.AllocateManagedMemory(memory);
 }