6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { ResponseContainerDTO } from "./Windream.WebService";
|
|
|
|
export interface IAuthenticationController
|
|
{
|
|
Logout(): ResponseContainerDTO;
|
|
} |