C# Class AJH.CMS.Core.Data.TaxManager

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Méthodes publiques

Méthode Description
Add ( Tax tax ) : int
Delete ( int id ) : void
DeleteLogical ( int id ) : void
GetTax ( int id, int portalID ) : Tax
GetTaxs ( int portalID ) : List
Update ( Tax tax ) : void

Method Details

Add() public static méthode

public static Add ( Tax tax ) : int
tax AJH.CMS.Core.Entities.Tax
Résultat int

Delete() public static méthode

public static Delete ( int id ) : void
id int
Résultat void

DeleteLogical() public static méthode

public static DeleteLogical ( int id ) : void
id int
Résultat void

GetTax() public static méthode

public static GetTax ( int id, int portalID ) : Tax
id int
portalID int
Résultat AJH.CMS.Core.Entities.Tax

GetTaxs() public static méthode

public static GetTaxs ( int portalID ) : List
portalID int
Résultat List

Update() public static méthode

public static Update ( Tax tax ) : void
tax AJH.CMS.Core.Entities.Tax
Résultat void