Updated IRepository<TEntity> to remove generic type parameters from CreateAsync methods, now directly accepting TEntity. Corresponding changes made in DbRepository to align method signatures. Implementations still throw NotImplementedException.
Updated IRepository<TEntity> to remove generic type parameters from CreateAsync methods, now directly accepting TEntity. Corresponding changes made in DbRepository to align method signatures. Implementations still throw NotImplementedException.