mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
initial commit of source
This commit is contained in:
13
src/Core/CurrentContext.cs
Normal file
13
src/Core/CurrentContext.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Domains;
|
||||
|
||||
namespace Bit.Core
|
||||
{
|
||||
public class CurrentContext
|
||||
{
|
||||
public virtual User User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user