init
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace Mccn.Modules.Users.Application;
|
||||
|
||||
public static class AssemblyReference
|
||||
{
|
||||
public static readonly Assembly Assembly = typeof(AssemblyReference).Assembly;
|
||||
}
|
||||
Reference in New Issue
Block a user