Esempio n. 1
0
 public async Task <Buy> GetBuy(Guid buyId)
 {
     return(await _buyRepository.GetBuyById(buyId));
 }