BistroDriveWebApp.Models.ContactMethodRepository.GetContactMethods C# (CSharp) Méthode

GetContactMethods() public méthode

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