Пример #1
0
 public bool IsService(Type serviceType)
 {
     return(ServiceGraph.HasFamily(serviceType));
 }