Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GetUPHousingCashFileNameUseCase"/> class.
 /// </summary>
 /// <param name="gateway">The gateway.</param>
 public GetUPHousingCashFileNameUseCase(IUPHousingCashFileNameGateway gateway)
 {
     _gateway = gateway;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SetUPHousingCashFileNameSuccessUseCase"/> class.
 /// </summary>
 /// <param name="gateway">The gateway.</param>
 public SetUPHousingCashFileNameSuccessUseCase(IUPHousingCashFileNameGateway gateway)
 {
     _gateway = gateway;
 }