import {IController} from "./IController"; export class BaseController implements IController { constructor() { } }