C# Class GestUAB.Models.SetorManager

Afficher le fichier Open project: GestUAB/GestUAB

Méthodes publiques

Méthode 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 méthode

public static Delete ( System.Guid id ) : bool
id System.Guid
Résultat bool

Get() public static méthode

public static Get ( System.Guid id ) : Setor
id System.Guid
Résultat Setor

GetAll() public static méthode

public static GetAll ( ) : IEnumerable
Résultat IEnumerable

Insert() public static méthode

public static Insert ( Setor colaborador ) : Setor
colaborador Setor
Résultat Setor

Update() public static méthode

public static Update ( Setor colaborador ) : bool
colaborador Setor
Résultat bool