Exemplo n.º 1
0
 /// <summary>Binds the members of the interface to the shim.</summary>
 public global::PostPOC.Common.Fakes.ShimFileLogger Bind(ppocc::PostPOC.Common.ILogger target)
 {
     if (target == (ppocc::PostPOC.Common.ILogger)null)
     {
         throw new global::System.ArgumentNullException("target");
     }
     mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime
     .Bind <ppocc::PostPOC.Common.FileLogger, global::PostPOC.Common.Fakes.ShimFileLogger, ppocc::PostPOC.Common.ILogger>(this, target);
     return(this);
 }
Exemplo n.º 2
0
 /// <summary>Initializes a new instance</summary>
 public StubPostDAL(ppocc::PostPOC.Common.ILogger iLogger, ppocdal::PostPOC.DAL.IClient iClient)
     : base(iLogger, iClient)
 {
     this.InitializeStub();
 }