Пример #1
0
 public async Task <LayoutEntity> Put(LayoutEntity layout)
 {
     return(await _repository.UpdateAsync(layout));
 }