예제 #1
0
 public static T GetQueryImpl <T>(T defaultInstance)
 {
     return(s_services.Extend(defaultInstance));
 }
예제 #2
0
 public static T GetQueryImpl <T>(T defaultInstance) => s_services.Extend(defaultInstance);