BistroDriveWebApp.Models.PaymentMethodRepository.GetPaymentMethods C# (CSharp) Méthode

GetPaymentMethods() public méthode

public GetPaymentMethods ( ) : IEnumerable
Résultat IEnumerable
        public IEnumerable<orderpaymentmethod> GetPaymentMethods()
        {
            return context.orderpaymentmethods.ToList();
        }