Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OfxProtocolUtils"/> class.
 /// </summary>
 /// <param name="_requests">The requests.</param>
 public OfxProtocolUtils(IOfxRequestLocator _requests)
 {
     this.Requests = _requests;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DiscoverProtocolUtils"/> class.
 /// </summary>
 /// <param name="requests">The requests.</param>
 public DiscoverProtocolUtils(IOfxRequestLocator requests) : base(requests)
 {
 }