mirror of https://github.com/abpframework/abp.git
1 changed files with 0 additions and 18 deletions
@ -1,18 +0,0 @@ |
|||||
using Microsoft.Extensions.DependencyInjection; |
|
||||
|
|
||||
namespace Volo.Abp.Uow |
|
||||
{ |
|
||||
//public class UnitOfWorkInfo
|
|
||||
//{
|
|
||||
// public IUnitOfWork UnitOfWork { get; set; }
|
|
||||
|
|
||||
// //TODO: Remove if not used!
|
|
||||
// public IServiceScope ServiceScope { get; set; }
|
|
||||
|
|
||||
// public UnitOfWorkInfo(IUnitOfWork unitOfWork, IServiceScope serviceScope)
|
|
||||
// {
|
|
||||
// UnitOfWork = unitOfWork;
|
|
||||
// ServiceScope = serviceScope;
|
|
||||
// }
|
|
||||
//}
|
|
||||
} |
|
||||
Loading…
Reference in new issue