コード例 #1
0
ファイル: ProveedorNeg.cs プロジェクト: leoimoli/Sico-Web
        private static bool ValidarProveedorExistente(string nombreRazonSocial, string cuit)
        {
            bool existe = ProveedorDao.ValidarProveedorExistente(nombreRazonSocial, cuit);

            return(existe);
        }