Пример #1
0
 public async Task <Asset> GetAsset(int asset_id)
 {
     return(await _repository.GetAsset(asset_id));
 }