LCOV - code coverage report | ||||||||||||||||||
|
||||||||||||||||||
Line data Source code 1 : using System; 2 : 3 : namespace Cqrs.Events 4 : { 5 : /// <summary> 6 : /// An <see cref="IEvent{TAuthenticationToken}"/> that should be sent to all connected people except the person who was authenticated when sending the request via SignalR. 7 : /// </summary> 8 : [AttributeUsage(AttributeTargets.Class)] 9 : [Serializable] 10 : public class NotifyEveryoneExceptCallerEventAttribute 11 : : Attribute 12 1 : { 13 : } 14 : } |
Generated by: LCOV version 1.10 |