Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created July 4, 2021 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/bfed2088b256750596d84671cace554d to your computer and use it in GitHub Desktop.
Save explorer14/bfed2088b256750596d84671cace554d to your computer and use it in GitHub Desktop.
using System;
namespace DtoGenerators
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false)]
public class GenerateMappedDtoAttribute : Attribute
{
public GenerateMappedDtoAttribute()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment