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

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

공개 메소드들

메소드 설명
DeleteVendContactContext ( sp_VendContact_DM vendcontact ) : void
InsertVendContactContext ( sp_VendContact_DM vendcontact ) : void
ListVendContact ( System.Guid vendorid, System.Guid contactid ) : sp_VendContact_DM
ListVendContacts ( ) : List
ListVendContacts ( System.Guid vendorid, System.Guid contactid ) : List
UpdateVendContactContext ( sp_VendContact_DM vendcontact ) : void

메소드 상세

DeleteVendContactContext() 공개 메소드

public DeleteVendContactContext ( sp_VendContact_DM vendcontact ) : void
vendcontact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
리턴 void

InsertVendContactContext() 공개 메소드

public InsertVendContactContext ( sp_VendContact_DM vendcontact ) : void
vendcontact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
리턴 void

ListVendContact() 공개 메소드

public ListVendContact ( System.Guid vendorid, System.Guid contactid ) : sp_VendContact_DM
vendorid System.Guid
contactid System.Guid
리턴 VolTeer.DomainModels.VT.Vend.sp_VendContact_DM

ListVendContacts() 공개 메소드

public ListVendContacts ( ) : List
리턴 List

ListVendContacts() 공개 메소드

public ListVendContacts ( System.Guid vendorid, System.Guid contactid ) : List
vendorid System.Guid
contactid System.Guid
리턴 List

UpdateVendContactContext() 공개 메소드

public UpdateVendContactContext ( sp_VendContact_DM vendcontact ) : void
vendcontact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
리턴 void