blob: 0e3388833baa97c7a6d7716940d90c63c89b67f3 [file] [log] [blame]
using System;
using System.Collections.Generic;
using System.Text;
namespace BaSys40.Utils.Security
{
public interface ISecurity
{
}
}