asd
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
This commit is contained in:
@@ -56,9 +56,9 @@ namespace Webshop.Infrastructure.Repositories
|
||||
}
|
||||
}
|
||||
|
||||
public async Task<int> SaveChangesAsync()
|
||||
public async Task SaveChangesAsync()
|
||||
{
|
||||
return await _context.SaveChangesAsync();
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user