示例#1
0
 public static TService GetRequiredService <TService>()
 {
     return(ServicesProvider.GetRequiredService <TService>());
 }