C# 클래스 HBS.Data.Concrete.CommonRepository

상속: BaseRepository, ICommonRepository
파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution

공개 메소드들

메소드 설명
AddCompany ( Company company ) : int
AddInsurance ( Insurance insurance ) : bool
AddStudent ( Student student ) : bool
GetAlerts ( int companyId, int userId ) : Alert
GetAllCompanies ( ) : List
GetAppointments ( int companyId ) : List
GetCompanies ( string companyName ) : List
GetCompnay ( int companyId ) : Company
GetInsurance ( int insuranceId ) : Insurance
GetInsurances ( int companyId, string insuranceName ) : List
RemoveCompany ( int compnayId, int updatedBy ) : bool
RemoveInsurance ( int insuranceId, int updatedBy ) : bool
SendMail ( EmailMessage msg ) : void
UpdateCompany ( Company company ) : bool
UpdateInsurance ( Insurance insurance ) : bool

메소드 상세

AddCompany() 공개 메소드

public AddCompany ( Company company ) : int
company HBS.Entities.Company
리턴 int

AddInsurance() 공개 메소드

public AddInsurance ( Insurance insurance ) : bool
insurance HBS.Entities.Insurance
리턴 bool

AddStudent() 공개 메소드

public AddStudent ( Student student ) : bool
student HBS.Entities.Student
리턴 bool

GetAlerts() 공개 메소드

public GetAlerts ( int companyId, int userId ) : Alert
companyId int
userId int
리턴 HBS.Entities.Alert

GetAllCompanies() 공개 메소드

public GetAllCompanies ( ) : List
리턴 List

GetAppointments() 공개 메소드

public GetAppointments ( int companyId ) : List
companyId int
리턴 List

GetCompanies() 공개 메소드

public GetCompanies ( string companyName ) : List
companyName string
리턴 List

GetCompnay() 공개 메소드

public GetCompnay ( int companyId ) : Company
companyId int
리턴 HBS.Entities.Company

GetInsurance() 공개 메소드

public GetInsurance ( int insuranceId ) : Insurance
insuranceId int
리턴 HBS.Entities.Insurance

GetInsurances() 공개 메소드

public GetInsurances ( int companyId, string insuranceName ) : List
companyId int
insuranceName string
리턴 List

RemoveCompany() 공개 메소드

public RemoveCompany ( int compnayId, int updatedBy ) : bool
compnayId int
updatedBy int
리턴 bool

RemoveInsurance() 공개 메소드

public RemoveInsurance ( int insuranceId, int updatedBy ) : bool
insuranceId int
updatedBy int
리턴 bool

SendMail() 공개 메소드

public SendMail ( EmailMessage msg ) : void
msg HBS.Entities.EmailMessage
리턴 void

UpdateCompany() 공개 메소드

public UpdateCompany ( Company company ) : bool
company HBS.Entities.Company
리턴 bool

UpdateInsurance() 공개 메소드

public UpdateInsurance ( Insurance insurance ) : bool
insurance HBS.Entities.Insurance
리턴 bool