BistroDriveWebApp.Models.ContactMethodRepository.GetContactMethods C# (CSharp) Method

GetContactMethods() public method

public GetContactMethods ( ) : IEnumerable
return IEnumerable
        public IEnumerable<ordercontactmethod> GetContactMethods()
        {
            return context.ordercontactmethods.ToList();
        }