C# 클래스 OzarkRecovery.Infrastructure.DataAccess.Impl.ClientRepository

상속: IRepository
파일 보기 프로젝트 열기: ozarkrecovery/TracerBullet

공개 메소드들

메소드 설명
Add ( Client entity ) : void
Delete ( int id ) : void
FindByEntityId ( int id ) : Entity
FindByName ( string name ) : List
GetAll ( ) : List
Update ( Entity entity ) : void

비공개 메소드들

메소드 설명
ClientRepository ( ORContext c ) : System

메소드 상세

Add() 공개 메소드

public Add ( Client entity ) : void
entity OzarkRecovery.Core.Domain.Model.Client
리턴 void

Delete() 공개 메소드

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

FindByEntityId() 공개 메소드

public FindByEntityId ( int id ) : Entity
id int
리턴 Entity

FindByName() 공개 메소드

public FindByName ( string name ) : List
name string
리턴 List

GetAll() 공개 메소드

public GetAll ( ) : List
리턴 List

Update() 공개 메소드

public Update ( Entity entity ) : void
entity Entity
리턴 void