Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
BistroDriveWebApp
Models
DeliveryMethodRepository
GetDeliveryMethods
BistroDriveWebApp.Models.DeliveryMethodRepository.GetDeliveryMethods C# (CSharp) Method
DeliveryMethodRepository Class Documentation
Mostrar archivo
Open project: PI-13-5/BistroDriveWebApp
GetDeliveryMethods()
public
method
public
GetDeliveryMethods
( ) :
IEnumerable
return
IEnumerable
public IEnumerable<orderdelivery> GetDeliveryMethods() { return context.orderdeliveries.ToList(); }
DeliveryMethodRepository
DeliveryMethodRepository
GetDeliveryById
GetDeliveryMethods