PH.Core3.UnitOfWork by Paolo Innocenti

<PackageReference Include="PH.Core3.UnitOfWork" Version="1.2.0" />

.NET API 5,120 bytes

 PH.Core3.UnitOfWork 1.2.0

NetStandard2.0 and NetCoreApp2.2 Utilities for Crud API System - Unit Of Work Interface: should be referenced only by API project for Commit and Rollback actions.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>PH.Core3.UnitOfWork</id>
    <version>1.2.0</version>
    <authors>Paolo Innocenti</authors>
    <owners>Paolo Innocenti</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">BSD-3-Clause</license>
    <licenseUrl>https://licenses.nuget.org/BSD-3-Clause</licenseUrl>
    <projectUrl>https://github.com/paonath/PH.Core3</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/paonath/Icons/master/nuget_es_img.png</iconUrl>
    <description>NetStandard2.0 and NetCoreApp2.2 Utilities for Crud API System - Unit Of Work Interface: should be referenced only by API project for Commit and Rollback actions.</description>
    <releaseNotes>First release.</releaseNotes>
    <copyright>Copyright PH 2019 (c) [email protected]. All rights reserved.</copyright>
    <tags>asp.net core, netcore, csharp, ef, entity framework core, DAL, data access layer, dbcontext, IdentityDbContext, unit of work</tags>
    <repository url="https://github.com/paonath/PH.Core3" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="PH.Core3.Common" version="1.2.0" exclude="Build,Analyzers" />
        <dependency id="JetBrains.Annotations" version="2019.1.3" exclude="Build,Analyzers" />
        <dependency id="NewId" version="3.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>