Ejemplo n.º 1
0
 public static VehicleContext Instance()
 {
     if (instance == null)
     {
         instance = new VehicleContext();
     }
     return(instance);
 }
Ejemplo n.º 2
0
 private VehicleService()
 {
     Db = new VehicleContext();
 }
Ejemplo n.º 3
0
 public VehicleService()
 {
     db = VehicleContext.Instance();
 }