Esempio n. 1
0
 public PackageResult AddPackageWithResources(int userId, int planId, string spaceName,
                                              int statusId, bool sendLetter,
                                              bool createResources, string domainName, bool tempDomain, bool createWebSite,
                                              bool createFtpAccount, string ftpAccountName, bool createMailAccount)
 {
     return(PackageController.AddPackageWithResources(userId, planId, spaceName, statusId, sendLetter,
                                                      createResources, domainName, tempDomain, createWebSite,
                                                      createFtpAccount, ftpAccountName, createMailAccount));
 }