コード例 #1
0
    public ApplicationSettings Get()
    {
        SiteSetting setting = _repository.GetAll();

        return(setting);
    }