예제 #1
0
        public RegisterFtpRequest GetFtpRegistration(Guid token)
        {
            FtpService ftp = new FtpService();

            return(ftp.GetFtp(token));
        }