Commit 6d35ef96 authored by Savorboard's avatar Savorboard

add file license header.

parent aa6840f0
using System; // Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System.Threading.Tasks; using System.Threading.Tasks;
using DotNetCore.CAP.Abstractions; using DotNetCore.CAP.Abstractions;
using MongoDB.Driver; using MongoDB.Driver;
...@@ -8,6 +10,7 @@ namespace DotNetCore.CAP.MongoDB ...@@ -8,6 +10,7 @@ namespace DotNetCore.CAP.MongoDB
public class MongoTransaction : IMongoTransaction public class MongoTransaction : IMongoTransaction
{ {
private readonly IMongoClient _client; private readonly IMongoClient _client;
public MongoTransaction(IMongoClient client) public MongoTransaction(IMongoClient client)
{ {
_client = client; _client = client;
......
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System; using System;
using System.Threading.Tasks; using System.Threading.Tasks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment