изменения
This commit is contained in:
parent
b65eb828b7
commit
ba982de835
@ -25,6 +25,7 @@ public class PeopleExpenseRepository : IPeopleExpense
|
|||||||
_logger.LogInformation("Добавление объекта");
|
_logger.LogInformation("Добавление объекта");
|
||||||
_logger.LogDebug("Объект: {json}",
|
_logger.LogDebug("Объект: {json}",
|
||||||
JsonConvert.SerializeObject(peopleExpense));
|
JsonConvert.SerializeObject(peopleExpense));
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
using var connection = new
|
using var connection = new
|
||||||
|
Loading…
x
Reference in New Issue
Block a user