/**
 * Skadi.d Web Framework
 *
 * Authors: Faianca
 * Copyright: Copyright (c) 2015 Faianca
 * License: MIT License, see LICENSE
 */
module Application.PostBundle.Services.TestService;

import skadi.framework;

class TestService
{
    string getLol()
    {
        return "lol";
    }
}