Beispiel #1
0
        public string InsertNegocio(List<NegociosFox> ac)
        {
            try
            {
                BLLNegocioFox hn = new BLLNegocioFox();
                return hn.Hojanegocio(ac);

            }catch(Exception ex){

                return ex.ToString();
            }
        }
Beispiel #2
0
 public void InsertNegocio(List<NegociosFox> ac)
 {
     BLLNegocioFox hn = new BLLNegocioFox();
     hn.Hojanegocio(ac);
 }