Ejemplo n.º 1
0
 public virtual async Task <T> AddAsync(CreateT entity) => await Write.AddAsync(entity);
Ejemplo n.º 2
0
 public Task <Target> AddAsync <Target>(CreateT entity) => Write.AddAsync <Target>(entity);