C# 클래스 VolTeer.BusinessLogicLayer.VT.Vend.sp_VendContactEmail_BLL

파일 보기 프로젝트 열기: CISC181/VolTeerNET 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DeleteContactContext() 공개 메소드

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

InsertContactContext() 공개 메소드

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

ListContacts() 공개 메소드

public ListContacts ( ) : List
리턴 List

ListContacts() 공개 메소드

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

UpdateContactContext() 공개 메소드

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