Ejemplo n.º 1
0
 public static AscmTruckSwipeLogService GetInstance()
 {
     if (ascmTruckSwipeLogServices == null)
     {
         ascmTruckSwipeLogServices = new AscmTruckSwipeLogService();
     }
     return(ascmTruckSwipeLogServices);
 }
Ejemplo n.º 2
0
 public static AscmTruckSwipeLogService GetInstance()
 {
     if (ascmTruckSwipeLogServices == null)
         ascmTruckSwipeLogServices = new AscmTruckSwipeLogService();
     return ascmTruckSwipeLogServices;
 }