Example #1
0
 public DataTable GetAgentDetails()
 {
     return(CustomAgent_DL.GetAgentDetails());
 }
Example #2
0
 public DataTable GetAgentDetails(string CustomAgentId)
 {
     return(CustomAgent_DL.GetAgentDetails(CustomAgentId));
 }
Example #3
0
 public bool CustomDetails_INSandUPDandDEL(string CustomAgentId, string AgentCode, string ContactPerson, string AgentName, string Place, int Transportmode, string AddressforDelivery, string AgentAddress, string AgentCity, string AgentState, string AgentCountry, string Phone, string Mphone, string Email, string Zipcode, string CreatedBy, string ModifiedBy, int TypeOfOperation)
 {
     return(CustomAgent_DL.CustomDetails_INSandUPDandDEL(CustomAgentId, AgentCode, ContactPerson, AgentName, Place, Transportmode, AddressforDelivery, AgentAddress, AgentCity, AgentState, AgentCountry, Phone, Mphone, Email, Zipcode, CreatedBy, ModifiedBy, TypeOfOperation));
 }