Ejemplo n.º 1
0
        public bool DeleteContact(string contactid, string companyid, string objectid)
        {
            Business.ApplicationService.AppServiceClient appclient = new Business.ApplicationService.AppServiceClient();
            bool status = appclient.DeleteContact(contactid, Session["companyid"].ToString(), Session["companyid"].ToString());

            return(status);
        }
 public bool DeleteContact( string contactid,string companyid, string objectid)
 {
     Business.ApplicationService.AppServiceClient appclient = new Business.ApplicationService.AppServiceClient();
     bool status = appclient.DeleteContact(contactid,Session["companyid"].ToString(), Session["companyid"].ToString());
     return status;
 }