示例#1
0
 private IAttachQrCodeUseCase CreateAttachQrCodeUseCase(IBarCodeAttachmentOperations barCodeAttachmentOperations)
 {
     return(new AttachQrCodeUseCase(barCodeAttachmentOperations));
 }
 public AttachBarCodeUseCase(IBarCodeAttachmentOperations barCodeAttachmentOperations)
 {
     _barCodeAttachmentOperations = barCodeAttachmentOperations;
 }