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,7 +1,7 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace BMA.EHR.Profile.Service.Models.Documents
namespace BMA.EHR.Domain.Models.Documents
{
public class Document
{

View file

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

View file

@ -1,7 +1,6 @@
using BMA.EHR.Profile.Service.Models.Documents;
using System.ComponentModel.DataAnnotations;
using BMA.EHR.Domain.Models.Base;
using BMA.EHR.Domain.Models.Documents;
using Microsoft.EntityFrameworkCore;
using BMA.EHR.Domain.Models.Base;
namespace BMA.EHR.Profile.Service.Models.HR
{

View file

@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using BMA.EHR.Domain.Models.Base;
using BMA.EHR.Domain.Models.Documents;
using Microsoft.EntityFrameworkCore;
using BMA.EHR.Profile.Service.Models.Documents;
using BMA.EHR.Domain.Models.Base;
using System.ComponentModel.DataAnnotations;
namespace BMA.EHR.Profile.Service.Models.HR
{

View file

@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using BMA.EHR.Domain.Models.Base;
using BMA.EHR.Domain.Models.Documents;
using Microsoft.EntityFrameworkCore;
using BMA.EHR.Profile.Service.Models.Documents;
using BMA.EHR.Domain.Models.Base;
using System.ComponentModel.DataAnnotations;
namespace BMA.EHR.Profile.Service.Models.HR
{

View file

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

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;