Пример #1
0
 public async Task <PlantDTO> GetAsync(string id)
 {
     return(await _plantManager.GetIncluding(id));
 }