Example #1
0
 /// <summary>Binds the members of the interface to the shim.</summary>
 public global::PostPOC.DAL.Fakes.ShimWebClient Bind(ppocdal::PostPOC.DAL.IClient target)
 {
     if (target == (ppocdal::PostPOC.DAL.IClient)null)
     {
         throw new global::System.ArgumentNullException("target");
     }
     mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime
     .Bind <ppocdal::PostPOC.DAL.WebClient, global::PostPOC.DAL.Fakes.ShimWebClient, ppocdal::PostPOC.DAL.IClient>(this, target);
     return(this);
 }
Example #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();
 }