Hasan Habib
Results
1
issues of
Hasan Habib
public class EntityDataService : IEntityDataService where TEntity : class, new() { ... public virtual async Task SqlCommand(string SqlString) { await DbContext.Database.ExecuteSqlCommandAsync(SqlString); } } /////////////////////////////////////////////////////////////////////////////// public interface IEntityDataService where TEntity :...
design-pending