Ejemplo n.º 1
0
 public CreateModel(MyAirportContext context, IXmlDocumentation xmlDocumentation) : base(context)
 {
 }
Ejemplo n.º 2
0
 public XmlDocumentationHelper(IXmlDocumentation xmlDocumentation)
 {
     this.xmlDocumentation = xmlDocumentation;
 }