Solar-Coffee-master
.gitignore
72B
SolarCoffee.Test
SolarCoffee.Test.csproj
482B
UnitTest1.cs
162B
SolarCoffee.sln
5KB
SolarCoffee.Services
Inventory
InventoryService.cs
4KB
IInventoryService.cs
485B
SolarCoffee.Services.csproj.user
220B
SolarCoffee.Services.csproj
246B
Product
IProductService.cs
426B
ProductService.cs
3KB
ServiceResponse.cs
322B
Customer
ICustomerService.cs
414B
CustomerService.cs
3KB
Order
IOrderService.cs
357B
OrderService.cs
4KB
SolarCoffee.Web
Program.cs
697B
appsettings.Development.json
289B
Controllers
ProductController.cs
1KB
OrderController.cs
2KB
CustomerController.cs
2KB
InventoryController.cs
2KB
appsettings.json
182B
SolarCoffee.Web.csproj
1KB
Serialization
ProductMapper.cs
2KB
OrderMapper.cs
2KB
CustomerMapper.cs
2KB
ViewModels
InvoiceModel.cs
755B
ProductModel.cs
602B
CustomerModel.cs
1024B
ProductInventoryModel.cs
376B
OrderModel.cs
477B
ShipmentModel.cs
273B
Startup.cs
2KB
Properties
launchSettings.json
573B
solarcoffee.frontend
.gitignore
214B
package.json
1KB
package-lock.json
597KB
src
components
SideMenu.vue
2KB
SolarButton.vue
1KB
modals
ShipmentModal.vue
2KB
SolarModal.vue
2KB
NewProductModal.vue
3KB
Services
InventoryService.ts
66B
assets
images
solarcoffeelogo.png
77KB
scss
global.scss
1KB
views
Inventory.vue
3KB
types
Product.d.ts
333B
Shiptment.d.ts
77B
main.ts
349B
shims-vue.d.ts
74B
shims-tsx.d.ts
306B
App.vue
927B
router
index.ts
445B
store
index.ts
160B
jest.config.js
89B
public
index.html
559B
favicon.ico
4KB
tsconfig.json
697B
.browserslistrc
30B
.eslintrc.js
619B
README.md
383B
tests
unit
example.spec.ts
346B
babel.config.js
66B
SolarCoffee.Data
SolarCoffee.Data.csproj
519B
SolarDbContext.cs
861B
Migrations
20200517071655_ProductInventory.Designer.cs
19KB
SolarDbContextModelSnapshot.cs
19KB
20200517015704_InitialMigration.cs
12KB
20200517071655_ProductInventory.cs
7KB
20200517015704_InitialMigration.Designer.cs
13KB
Models
Customer.cs
435B
SalesOrderItem.cs
275B
CustomerAddress.cs
756B
SalesOrder.cs
440B
ProductInventory.cs
429B
Product.cs
599B
ProductInventorySnapshot.cs
346B
暂无评论