Код: Выделить всё
public class MyDbContext : DbContext
{
public async Task CustomBulkInsert(...)
{
//how to write logs from here?
}
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... ext-method
Код: Выделить всё
public class MyDbContext : DbContext
{
public async Task CustomBulkInsert(...)
{
//how to write logs from here?
}
}