예제 #1
0
 protected AbstractService(IAeroContext aeroContext)
 {
     AeroContext = aeroContext;
 }
예제 #2
0
 protected AbstractWrapper(IAeroContext aeroContext)
 {
     AeroContext = aeroContext;
 }
예제 #3
0
 public NuGetService(IAeroContext aeroContext, IDotNetCoreWrapper dotNet) : base(aeroContext)
 {
     _dotNet = dotNet;
 }
예제 #4
0
 public ProjectFileService(IAeroContext myContext, IXmlWrapper xmlWrapper) : base(myContext)
 {
     _xmlWrapper = xmlWrapper;
 }
예제 #5
0
 public RetryService(IAeroContext myContext) : base(myContext)
 {
 }
예제 #6
0
 public XmlWrapper(IAeroContext aeroContext) : base(aeroContext)
 {
 }
예제 #7
0
 public FileService(IAeroContext aeroContext) : base(aeroContext)
 {
 }
예제 #8
0
 public TextWrapper(IAeroContext aeroContext) : base(aeroContext)
 {
 }
예제 #9
0
 public DotNetCoreWrapper(IAeroContext aeroContext) : base(aeroContext)
 {
 }
예제 #10
0
 public VersionService(IAeroContext myContext) : base(myContext)
 {
 }