C# Class VolTeer.BusinessLogicLayer.VT.Vend.sp_VendContactEmail_BLL

Afficher le fichier Open project: CISC181/VolTeerNET Class Usage Examples

Méthodes publiques

Méthode Description
DeleteContactContext ( sp_ContactEmail_DM _cVendContact ) : void
InsertContactContext ( sp_ContactEmail_DM _cVendContact ) : void
ListContacts ( ) : List
ListContacts ( System.Guid VendContact, int EmailID ) : List
UpdateContactContext ( sp_ContactEmail_DM _cVendContact ) : void

Method Details

DeleteContactContext() public méthode

public DeleteContactContext ( sp_ContactEmail_DM _cVendContact ) : void
_cVendContact VolTeer.DomainModels.VT.Vend.sp_ContactEmail_DM
Résultat void

InsertContactContext() public méthode

public InsertContactContext ( sp_ContactEmail_DM _cVendContact ) : void
_cVendContact VolTeer.DomainModels.VT.Vend.sp_ContactEmail_DM
Résultat void

ListContacts() public méthode

public ListContacts ( ) : List
Résultat List

ListContacts() public méthode

public ListContacts ( System.Guid VendContact, int EmailID ) : List
VendContact System.Guid
EmailID int
Résultat List

UpdateContactContext() public méthode

public UpdateContactContext ( sp_ContactEmail_DM _cVendContact ) : void
_cVendContact VolTeer.DomainModels.VT.Vend.sp_ContactEmail_DM
Résultat void