Испрвление контекста что-бы запускался проект

This commit is contained in:
Lyudmila Romanova 2022-05-20 14:42:47 +05:00
parent 00cfb0909c
commit e152ab8d24

View File

@ -751,5 +751,10 @@ namespace AsbCloudDb.Model
});
}
public Task<int> RefreshMaterializedViewAsync<TEntity>(string? mwName = null, CancellationToken token = default) where TEntity : class
{
throw new System.NotImplementedException();
}
}
}