Exemplo n.º 1
0
        public override RegistrationAttribute.Key CreateKey(string name)
        {
            MockKey key = new MockKey();

            return(key);
        }
 public override RegistrationAttribute.Key CreateKey(string name)
 {
     MockKey key = new MockKey();
     return key;
 }