C# 클래스 healthApp.Controllers.ClientController.ClientDetail

파일 보기 프로젝트 열기: CST4G/HealthAppSprint2b

공개 프로퍼티들

프로퍼티 타입 설명
client healthApp.Models.Client
services healthApp.Models.Services

공개 메소드들

메소드 설명
ClientDetail ( int id, ClientDBContext cdb, ServicesDBContext sdb ) : System

메소드 상세

ClientDetail() 공개 메소드

public ClientDetail ( int id, ClientDBContext cdb, ServicesDBContext sdb ) : System
id int
cdb healthApp.Models.ClientDBContext
sdb healthApp.Models.ServicesDBContext
리턴 System

프로퍼티 상세

client 공개적으로 프로퍼티

public Client,healthApp.Models client
리턴 healthApp.Models.Client

services 공개적으로 프로퍼티

public Services,healthApp.Models services
리턴 healthApp.Models.Services