示例#1
0
 public abstract GetStudyCountResult GetStudyCount(GetStudyCountRequest request);
示例#2
0
 GetStudyCountResult IStudyStoreQuery.GetStudyCount(GetStudyCountRequest request)
 {
     throw new NotSupportedException("IStudyRootQuery does not support study count queries.");
 }