Removed todos.

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent b04231055f
commit 18219b04ba

@ -7,8 +7,6 @@ namespace Volo.Abp.MultiTenancy
[NotNull]
public string Id { get; }
//TODO: Needed for serialization
[UsedImplicitly]
private TenantInfo()
{

@ -2,8 +2,6 @@
namespace Volo.Abp
{
//TODO: Make Exceptions [Serializable] when it's available in .Net Standard 2.0.
/// <summary>
/// Base exception type for those are thrown by Abp system for Abp specific exceptions.
/// </summary>

@ -6,10 +6,7 @@ namespace Volo.Abp.Uow
{
public class UnitOfWorkManager : IUnitOfWorkManager, ISingletonDependency
{
//TODO: Skipped many feature of Abp 1.x
//TODO: Inner, real unit of works (RequiresNew option)!
public IUnitOfWork Current => _ambientUnitOfWork.UnitOfWork; //TODO: Remove Current!
public IUnitOfWork Current => _ambientUnitOfWork.UnitOfWork;
private readonly IServiceProvider _serviceProvider;
private readonly IAmbientUnitOfWork _ambientUnitOfWork;

Loading…
Cancel
Save