예제 #1
0
 public void DPMInsertRegistration(string reference, string Tags, bool notificationsSuppressed, string productId, string versionId, string email, string fileTransferProfile, string description, string deliveryTrigger, string deliveryFrequency, int dunsCount, bool seedData, int CredentialId, string blockIds)
 {
     rep.DPMInsertRegistration(reference, Tags, notificationsSuppressed, productId, versionId, email, fileTransferProfile, description, deliveryTrigger, deliveryFrequency, dunsCount, seedData, CredentialId, blockIds);
 }