Ejemplo n.º 1
0
        public async Task <ActionResult> Put(int id, [FromBody] OutbackScope scope)
        {
            await _scopeService.UpdateScope(id, scope);

            return(Ok());
        }
Ejemplo n.º 2
0
 public Task UpdateScope(int id, OutbackScope scope)
 {
     throw new NotImplementedException();
 }