Zzz – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System;
2  
3 namespace Zzz.Action
4 {
5 [AttributeUsage(AttributeTargets.Method)]
6 public class ActionAttribute : Attribute
7 {
8 }
9 }