/src/Otis/MappingHelperAttribute.cs
http://otis-lib.googlecode.com/ · C# · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · d1a77b70bfcbb0ac3886c43b76842191 MD5 · raw file
- using System;
-
- namespace Otis
- {
- [AttributeUsage(AttributeTargets.Method)]
- public sealed class MappingHelperAttribute : Attribute
- {
- public MappingHelperAttribute()
- {
-
- }
- }
- }