furkandeveloper/EasyProfiler

View on GitHub
src/EasyProfiler.Mongo/Statics/MongoValues.cs

Summary

Maintainability
A
0 mins
Test Coverage
using EasyProfiler.Mongo.Models;
using System;
using System.Collections.Generic;
using System.Text;

namespace EasyProfiler.Mongo.Statics
{
    public static class MongoValues
    {
        public static List<Profiler> Profilers { get; set; } = new List<Profiler>();
    }
}