Exemplo n.º 1
0
        public static ISearchRowService GetSearchRowService()
        {
            var repository = new FileDatabaseRepository();
            var service    = new SearchRowService(repository);

            return(service);
        }
Exemplo n.º 2
0
        public static IFileTransferService GetFileTranserService()
        {
            var repository = new FileDatabaseRepository();
            var service    = new FileTransferService(repository);

            return(service);
        }