Exemplo n.º 1
0
 public static string Get(string file)
 {
     string bankname = file;
     var geter = new GetFile();
     var sourcefilepath = _server + bankname + ".txt";
     return geter.Get(sourcefilepath, _login, _pass);
 }
Exemplo n.º 2
0
        public static string Get(string file)
        {
            string bankname       = file;
            var    geter          = new GetFile();
            var    sourcefilepath = _server + bankname + ".txt";

            return(geter.Get(sourcefilepath, _login, _pass));
        }