예제 #1
0
파일: Identifiers.cs 프로젝트: wtf3505/home
 public Identifiers(ITypeIdentification registration, IIdentifiers identifiers)
 {
     _registration = registration;
     _identifiers  = identifiers;
 }
 public TypeIdentities(ITypeIdentification identification) : base(identification)
 {
 }