BistroDriveWebApp.Models.PaymentMethodRepository.GetPaymentMethods C# (CSharp) Method

GetPaymentMethods() public method

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