Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
_09_PerRouteMHOwnershipSample
Models
Core
CustomerRepositoryExtensions
C# Class _09_PerRouteMHOwnershipSample.Models.Core.CustomerRepositoryExtensions
ファイルを表示
Open project: tugberkugurlu/AdvancedWebAPI
Public Methods
Method
Description
GetSingleByName
(
this
customerRepository
,
string
name
) :
Customer
Method Details
GetSingleByName()
public
static
method
public
static
GetSingleByName
(
this
customerRepository
,
string
name
) :
Customer
customerRepository
this
name
string
return
Customer