C# Class GestUAB.Models.SetorManager

Show file Open project: GestUAB/GestUAB

Public Methods

Method Description
Delete ( System.Guid id ) : bool
Get ( System.Guid id ) : Setor
GetAll ( ) : IEnumerable
Insert ( Setor colaborador ) : Setor
Update ( Setor colaborador ) : bool

Method Details

Delete() public static method

public static Delete ( System.Guid id ) : bool
id System.Guid
return bool

Get() public static method

public static Get ( System.Guid id ) : Setor
id System.Guid
return Setor

GetAll() public static method

public static GetAll ( ) : IEnumerable
return IEnumerable

Insert() public static method

public static Insert ( Setor colaborador ) : Setor
colaborador Setor
return Setor

Update() public static method

public static Update ( Setor colaborador ) : bool
colaborador Setor
return bool