fix defect 25-04-2023

This commit is contained in:
Suphonchai Phoonsawat 2023-04-25 21:00:31 +07:00
parent de70220236
commit 2bd62de015
26 changed files with 3131 additions and 155 deletions

View file

@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BMA.EHR.Recruit.Service.Migrations
{
/// <inheritdoc />
public partial class ChangeNumberField : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}