C# 클래스 healthApp.Models.Services

파일 보기 프로젝트 열기: CST4G/HealthAppSprint2b 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Services ( ) : System
getTasks ( ServicesDBContext db, System.DateTime date, String dow, int dom ) : IQueryable
listServices ( ServicesDBContext db, int id ) : List

메소드 상세

Services() 공개 메소드

public Services ( ) : System
리턴 System

getTasks() 공개 정적인 메소드

public static getTasks ( ServicesDBContext db, System.DateTime date, String dow, int dom ) : IQueryable
db ServicesDBContext
date System.DateTime
dow String
dom int
리턴 IQueryable

listServices() 공개 정적인 메소드

public static listServices ( ServicesDBContext db, int id ) : List
db ServicesDBContext
id int
리턴 List