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