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

            return(Ok());
        }
예제 #2
0
 public Task UpdateScope(int id, OutbackScope scope)
 {
     throw new NotImplementedException();
 }