コード例 #1
0
 public int PREVIEW_REGISTRY_COHORT(string identity, int registryId)
 {
     return(ETLManager.PreviewRegistryCohort(identity, registryId));
 }
コード例 #2
0
 public int UPDATE_REGISTRY_COHORT(string identity, int registryId)
 {
     return(ETLManager.UpdateRegistryCohort(identity, registryId));
 }