Beispiel #1
0
 public Task <UpdateEntity> Insert(UpdateEntity entity)
 {
     return(_repo.Insert(entity));
 }