예제 #1
0
 public static FacturiIntrareDataHelper GetInstance()
 {
     if (facturiIntrareDataHelper == null)
     {
         facturiIntrareDataHelper = new FacturiIntrareDataHelper();
     }
     return(facturiIntrareDataHelper);
 }
예제 #2
0
 public static FacturiIntrareDataHelper GetInstance()
 {
     if (facturiIntrareDataHelper == null) facturiIntrareDataHelper = new FacturiIntrareDataHelper();
     return facturiIntrareDataHelper;
 }