예제 #1
0
파일: SysTools.cs 프로젝트: Daoting/dt
 public Task <List <string> > 所有微服务副本()
 {
     return(Kit.GetAllSvcs(true));
 }
예제 #2
0
파일: SysTools.cs 프로젝트: Daoting/dt
 public Task <List <string> > 所有微服务()
 {
     return(Kit.GetAllSvcs(false));
 }