Exemple #1
0
 public static VehicleContext Instance()
 {
     if (instance == null)
     {
         instance = new VehicleContext();
     }
     return(instance);
 }
Exemple #2
0
 private VehicleService()
 {
     Db = new VehicleContext();
 }
 public VehicleService()
 {
     db = VehicleContext.Instance();
 }