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