source: extensions/PiwigoLib/PiwigoLib/IService/IPwgImagesService.cs @ 7150

Last change on this file since 7150 was 7150, checked in by bayral, 14 years ago

Piwigolib is now modify for mask the implementation of proxy.
Add start version of piwigo WPF

File size: 193 bytes
Line 
1using System;
2namespace Com.Piwigo.Lib.IService
3{
4    public interface IPwgImagesService
5    {
6        Com.Piwigo.Lib.DTO.PwgImageRate RateImage(int imageId, int imageRate);
7    }
8}
Note: See TracBrowser for help on using the repository browser.