BistroDriveWebApp.Models.ContactMethodRepository.GetContactMethods C# (CSharp) Метод

GetContactMethods() публичный Метод

public GetContactMethods ( ) : IEnumerable
Результат IEnumerable
        public IEnumerable<ordercontactmethod> GetContactMethods()
        {
            return context.ordercontactmethods.ToList();
        }