Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 342 Bytes

usememory

webapi usememory

nuget

"Microsoft.EntityFrameworkCore.InMemory" Version="8.0.7"

一般是用Sqlserver AIOT 用SQL Lite

DataGenerator 為預先寫入4筆資料

一樣要注入到program

Class Expense in folder Models

ExpenseDbContext in folder Models

ExpenseController in folder Controllers