Esempio n. 1
0
 public void Delete <T>(T entity) where T : class
 {
     _datingDbContext.Remove(entity);
 }