source: extensions/PiwigoLib/PiwigoUpload/Service/IService.cs @ 27153

Last change on this file since 27153 was 12256, checked in by bayral, 13 years ago

adding PiwigoUpload project for a simple tools for upload your photo recursively

File size: 213 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace Com.Piwigo.Uploader.Service
7{
8    public interface IService
9    {
10        void runService();
11    }
12}
Note: See TracBrowser for help on using the repository browser.