Add Document Table

This commit is contained in:
Suphonchai Phoonsawat 2023-06-26 14:55:54 +07:00
parent a0b3b13074
commit aa691fe65f
10 changed files with 24 additions and 76 deletions

View file

@ -1,5 +1,5 @@
using BMA.EHR.Domain.Models.Base;
using BMA.EHR.Profile.Service.Models.Documents;
using BMA.EHR.Domain.Models.Documents;
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations;