Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 282 Bytes

File metadata and controls

7 lines (7 loc) · 282 Bytes

ProjectForGraduation using C# ASP.NET Core MVC

I used Controller,View,Model, And DAO (Data Access Object) << create by myself. It meybe not stable.

Database Class

  • Use for connect and query data

DAO

  • Use for set any SQL script.
  • Mapping data object with a model.