Add MetaData Table From ExistData
Change to use MySQL
This commit is contained in:
parent
89de09d213
commit
a0b3b13074
136 changed files with 3438 additions and 1237 deletions
|
|
@ -8,5 +8,12 @@ namespace BMA.EHR.Application.Common.Interfaces
|
|||
Task<T?> GetByIdAsync(S id);
|
||||
|
||||
Task<IReadOnlyList<T>> GetAllAsync();
|
||||
}
|
||||
|
||||
Task<T> AddAsync(T entity);
|
||||
|
||||
Task<T> UpdateAsync(T entity);
|
||||
|
||||
Task DeleteAsync(T entity);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue