Skip to content

Instantly share code, notes, and snippets.

View nimms's full-sized avatar

Nimai Etheridge nimms

  • Your Pants
  • Brisbane, Australia
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using DDSGpsNav.Classes;
using DDSGpsNav.DB;
namespace DDSGpsNav.DB
{
public class CoordinateDAO : DAO<Coordinate>, IMasterFileDAO