示例#1
0
 public object GetService(Type serviceType)
 {
     if (serviceType != typeof(ISite))
     {
         return(container.GetService(serviceType));
     }
     return(this);
 }