Skip to content

Commit

Permalink
Add AssemblyReference from Identity.MessageBus
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sharifov committed Feb 7, 2024
1 parent 945f995 commit 79ee950
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace Identity.MessageBus;

public static class AssemblyReference
{
public static readonly Assembly Assembly = typeof(AssemblyReference).Assembly;
}
1 change: 1 addition & 0 deletions crs/Services/Identity/Identity.MessageBus/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
global using System.Reflection;

0 comments on commit 79ee950

Please sign in to comment.