source: extensions/PiwigoLib/PiwigoLib/IService/IPwgSessionService.cs @ 27037

Last change on this file since 27037 was 11850, checked in by bayral, 13 years ago

MAj des truc existant et debut du upload de fichier

File size: 299 bytes
Line 
1using System;
2namespace Com.Piwigo.Lib.IService
3{
4    public interface IPwgSessionService
5    {
6        Com.Piwigo.Lib.DTO.PwgSession GetPwgSession();
7        Com.Piwigo.Lib.DTO.PwgSession Login(String UserName, String Password);
8        Com.Piwigo.Lib.DTO.PwgSession Logout();
9    }
10}
Note: See TracBrowser for help on using the repository browser.