예제 #1
0
 public static T GetRequiredService <T>()
 {
     return(GlobalServiceProvider.GetRequiredService <T>());
 }