コード例 #1
0
 public BeamProApiClient(IBeamProReadonlyClient beamProClient)
 {
     if (beamProClient == null)
     {
         throw new ArgumentNullException(nameof(beamProClient));
     }
     this.beamProClient = beamProClient;
 }