Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
healthApp
Controllers
ClientController.ClientDetail
C# Class healthApp.Controllers.ClientController.ClientDetail
Exibir arquivo
Open project: CST4G/HealthAppSprint2b
Public Properties
Property
Type
Description
client
healthApp.Models.Client
services
healthApp.Models.Services
Public Methods
Method
Description
ClientDetail
(
int
id
,
ClientDBContext
cdb
,
ServicesDBContext
sdb
) :
System
Method Details
ClientDetail()
public
method
public
ClientDetail
(
int
id
,
ClientDBContext
cdb
,
ServicesDBContext
sdb
) :
System
id
int
cdb
healthApp.Models.ClientDBContext
sdb
healthApp.Models.ServicesDBContext
return
System
Property Details
client
public_oe property
public
Client,healthApp.Models
client
return
healthApp.Models.Client
services
public_oe property
public
Services,healthApp.Models
services
return
healthApp.Models.Services