GuidMatcher.cs 103 B

123456
  1. using System;
  2. namespace InABox.Mobile.Any
  3. {
  4. public class GuidMatcher : AbstractMatcher<Guid> { }
  5. }