This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Diagnostics; | |
using YourApp.Users; | |
using Microsoft.EntityFrameworkCore; | |
using Microsoft.EntityFrameworkCore.Infrastructure; | |
using Microsoft.EntityFrameworkCore.Storage; | |
using OpenTelemetry.Trace; | |
namespace YourApp.MigrationService; | |
public class ApiDbInitializer( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.Extensions.Primitives; | |
using System.Security.Cryptography; | |
using System.Text; | |
using System.Web; | |
using System.Text.Json; | |
using System.Net; | |
using Telegram.Bot.Types; | |
namespace AnimalTrackz.API.Middleware | |
{ |