C# 클래스 GestUAB.Models.ColaboradorManager

파일 보기 프로젝트 열기: GestUAB/GestUAB

공개 메소드들

메소드 설명
CpfExists ( string cpf ) : bool
Delete ( System.Guid id ) : bool
Get ( System.Guid id ) : Colaborador
GetAll ( ) : IEnumerable
Insert ( Colaborador colaborador ) : Colaborador
Update ( Colaborador colaborador ) : bool

메소드 상세

CpfExists() 공개 정적인 메소드

public static CpfExists ( string cpf ) : bool
cpf string
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( System.Guid id ) : bool
id System.Guid
리턴 bool

Get() 공개 정적인 메소드

public static Get ( System.Guid id ) : Colaborador
id System.Guid
리턴 Colaborador

GetAll() 공개 정적인 메소드

public static GetAll ( ) : IEnumerable
리턴 IEnumerable

Insert() 공개 정적인 메소드

public static Insert ( Colaborador colaborador ) : Colaborador
colaborador Colaborador
리턴 Colaborador

Update() 공개 정적인 메소드

public static Update ( Colaborador colaborador ) : bool
colaborador Colaborador
리턴 bool