Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
DemoClientApp
Domain
CustomerService
C# Class DemoClientApp.Domain.CustomerService
Afficher le fichier
Open project: RichardSilveira/EntityFramework.MoqHelper
Class Usage Examples
Méthodes publiques
Méthode
Description
CustomerService
(
DemoContext
context
= null ) :
DemoClientApp.DAL
GetByID
(
int
ID
) :
Customer
Insert
(
Customer
customer
) :
void
Remove
(
Customer
customer
) :
void
Method Details
CustomerService()
public
méthode
public
CustomerService
(
DemoContext
context
= null ) :
DemoClientApp.DAL
context
DemoClientApp.DAL.DemoContext
Résultat
DemoClientApp.DAL
GetByID()
public
méthode
public
GetByID
(
int
ID
) :
Customer
ID
int
Résultat
Customer
Insert()
public
méthode
public
Insert
(
Customer
customer
) :
void
customer
Customer
Résultat
void
Remove()
public
méthode
public
Remove
(
Customer
customer
) :
void
customer
Customer
Résultat
void