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

Show file Open project: CISC181/VolTeerNET Class Usage Examples

Public Methods

Method 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 method

public DeleteContactContext ( sp_ContactEmail_DM _cVendContact ) : void
_cVendContact VolTeer.DomainModels.VT.Vend.sp_ContactEmail_DM
return void

InsertContactContext() public method

public InsertContactContext ( sp_ContactEmail_DM _cVendContact ) : void
_cVendContact VolTeer.DomainModels.VT.Vend.sp_ContactEmail_DM
return void

ListContacts() public method

public ListContacts ( ) : List
return List

ListContacts() public method

public ListContacts ( System.Guid VendContact, int EmailID ) : List
VendContact System.Guid
EmailID int
return List

UpdateContactContext() public method

public UpdateContactContext ( sp_ContactEmail_DM _cVendContact ) : void
_cVendContact VolTeer.DomainModels.VT.Vend.sp_ContactEmail_DM
return void