C# 클래스 FranchiseManagerTest.Models.FranchiseRepository

상속: IFranchiseRepository
파일 보기 프로젝트 열기: phillipkregg/FranchiseManager-ASP.NET-MVC-4-Bootstrap

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Dispose ( ) : void
Find ( int id ) : Franchise
InsertOrUpdate ( Franchise franchise ) : void
Save ( ) : void

메소드 상세

AllIncluding() 공개 메소드

public AllIncluding ( ) : IQueryable
리턴 IQueryable

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Find() 공개 메소드

public Find ( int id ) : Franchise
id int
리턴 Franchise

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( Franchise franchise ) : void
franchise Franchise
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void