Example #1
0
 public static ReportService GetInstance()
 {
     return _instance ?? (_instance = new ReportService());
 }
Example #2
0
 public static ReportService GetInstance()
 {
     return(_instance ?? (_instance = new ReportService()));
 }