Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Smt.Atomic.CrossCutting.Common.Attributes
  4. {
  5.     public class AllowedNamingExceptionAttribute : Attribute
  6.     {
  7.     }
  8. }
  9.  
  10.  
  11. // - next to SecurityRoleDescriptionAttribute.cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement