using System; namespace BlueWest.WebApi { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class EFUpdateMethods : Attribute { public EFUpdateMethods(Type updateDto = null) { } } }