No repository description.
namespace SplitApp.Shared.Kernel.Persistence;
public interface IUnitOfWork
{
Task<int> SaveChangesAsync();
}