Ejemplo n.º 1
0
 private async Task <bool> GetExists(Guid userId)
 {
     return(await _businessRepository.GetBusinessExist(userId));
 }