$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
IUnitOfWork.cs
Go to the documentation of this file.
1
namespace
TaskManagement.Application.Interfaces
;
2
36
public
interface
IUnitOfWork
37
{
38
Task<int>
SaveChangesAsync
(CancellationToken cancellationToken =
default
);
39
}
TaskManagement.Application.Interfaces.IUnitOfWork
IUnitOfWork es la abstracción para coordinar la persistencia de cambios de entidades.
Definition
IUnitOfWork.cs:37
TaskManagement.Application.Interfaces.IUnitOfWork.SaveChangesAsync
Task< int > SaveChangesAsync(CancellationToken cancellationToken=default)
TaskManagement.Application.Interfaces
Definition
IDomainEventDispatcher.cs:3
src
TaskManagement.Application
Interfaces
IUnitOfWork.cs
Generated by
1.9.8