fix : เปลี่ยนชื่อ Folder + Project เอาคำว่า Service ออก เพื่อให้สามารถ run บน macOS Sonoma ได้ (ไม่เปลี่ยนจะไม่สามารถ run ได้ เนื่องจาก macOS จะมองว่าเป็น application ของ mac)

This commit is contained in:
Suphonchai Phoonsawat 2024-07-05 17:20:14 +07:00
parent 9d90c98800
commit 59340500b7
42 changed files with 21614 additions and 3532 deletions

View file

@ -1,12 +0,0 @@
using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Insignia.Service.Requests
{
public class ExportFileInsigniaRequest
{
public string? ProfileType { get; set; }
public Guid? InsigniaId { get; set; }
// public Guid? OrgId { get; set; }
}
}