Mercurial > pub > ImplabNet
comparison Implab.ServiceHost/Unity/AbstractRegistration.cs @ 270:ade80d94dfb5 v3
Working on Unity container xml configuration
author | cin |
---|---|
date | Wed, 25 Apr 2018 04:44:40 +0300 |
parents | ff581cff7003 |
children | d4d437ec4483 |
comparison
equal
deleted
inserted
replaced
269:ff581cff7003 | 270:ade80d94dfb5 |
---|---|
14 public string Name { | 14 public string Name { |
15 get; set; | 15 get; set; |
16 } | 16 } |
17 | 17 |
18 public void Visit(ConfigurationContext context) { | 18 public void Visit(ConfigurationContext context) { |
19 context.Visist(this); | 19 context.Visit(this); |
20 } | 20 } |
21 } | 21 } |
22 } | 22 } |