示例#1
0
 public static DrepturiDataHelper GetInstance()
 {
     if (drepturiDataHelper == null)
     {
         drepturiDataHelper = new DrepturiDataHelper();
     }
     return(drepturiDataHelper);
 }
示例#2
0
 public static DrepturiDataHelper GetInstance()
 {
     if (drepturiDataHelper == null) drepturiDataHelper = new DrepturiDataHelper();
     return drepturiDataHelper;
 }