Пример #1
0
 public async Task <LayoutEntity> Get(int id)
 {
     return(await _repository.SelectAsync(id));
 }