示例#1
0
 public AglPeopleService(IAglClient aglClient, ILogger logger) : base(aglClient, logger)
 {
 }
示例#2
0
 /// <summary>
 /// Initialises a new instance of the <see cref="GenericService"/> class.
 /// </summary>
 /// <param name="aglClient">The agl client.</param>
 /// <param name="logger">The logger.</param>
 protected GenericService(IAglClient aglClient, ILogger logger)
 {
     this.aglClient = aglClient;
     this.Logger    = logger;
 }