C# Class healthApp.Models.Services

Exibir arquivo Open project: CST4G/HealthAppSprint2b Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Services ( ) : System
getTasks ( ServicesDBContext db, System.DateTime date, String dow, int dom ) : IQueryable
listServices ( ServicesDBContext db, int id ) : List

Method Details

Services() public method

public Services ( ) : System
return System

getTasks() public static method

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

listServices() public static method

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