/// <summary> /// The GetByCustomerId. /// </summary> /// <param name="customerId">The customerId<see cref="long"/>.</param> /// <returns>The <see cref="IEnumerable{Policy}"/>.</returns> public IEnumerable <Policy> GetByCustomerId(long customerId) { return(_policyRepository.GetByCustomerId(customerId)); }