예제 #1
0
 public static ServiceRepository GetInstance()
 {
     return(_instance ?? (_instance = new ServiceRepository()));
 }