public Comerciodtoresponse CrearComercio(Comerciodto comerciodto) { if (!Comercio.BuscarNombreComercial(comerciodto.Nombre_Comercial)) { return(Comercio.CrearComercio(comerciodto)); } else { Comerciodtoresponse comerciodtoresponse = new Comerciodtoresponse(); comerciodtoresponse.ID_Comercio = 0; comerciodtoresponse.Llave_Publica = "0"; return(comerciodtoresponse); } }