Beispiel #1
0
 public static bool FtpAccountExists(int serviceId, string name)
 {
     return(PackageController.CheckServiceItemExists(serviceId, name, typeof(FtpAccount)));
 }