Skip to content

Instantly share code, notes, and snippets.

View maiquealmeida's full-sized avatar
🚜
Agribusiness Oriented Programming

Maique Almeida maiquealmeida

🚜
Agribusiness Oriented Programming
View GitHub Profile
using MySql.Data.MySqlClient;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace OcomonDashboardService.Classes
{
public class MySQLDBConnect : IDisposable
{