Пример #1
0
 public async Task <string> GetCustomerByIdAsync(Guid customerId)
 {
     return(await _documentDbProvider.GetCustomerByIdForUpdateAsync(customerId));
 }