コード例 #1
0
 protected bool isServicedController(Resource res)
 {
     if (CacheCollectorFactory.CheckMockMode())
     {
         return(true);
     }
     return(res.Controller.Type == "UnixBaseController");
 }
コード例 #2
0
 protected bool isServicedController(Resource res)
 {
     if (CacheCollectorFactory.CheckMockMode())
     {
         return true;
     }
     return res.Controller.Type == "UnixBaseController";
 }