C# 클래스 EnumTypes.ViewModels.Repo_Vehicle

상속: RepositoryBase
파일 보기 프로젝트 열기: peteratseneca/dps907fall2013

공개 메소드들

메소드 설명
AddNew ( VehiclePublic vehicle ) : VehicleFull
GetAll ( ) : IEnumerable
GetById ( int id ) : VehicleFull
UpdateExistingPhoto ( int id, string contentType, byte photo ) : VehicleFull

메소드 상세

AddNew() 공개 메소드

public AddNew ( VehiclePublic vehicle ) : VehicleFull
vehicle VehiclePublic
리턴 VehicleFull

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 메소드

public GetById ( int id ) : VehicleFull
id int
리턴 VehicleFull

UpdateExistingPhoto() 공개 메소드

public UpdateExistingPhoto ( int id, string contentType, byte photo ) : VehicleFull
id int
contentType string
photo byte
리턴 VehicleFull