Li

Delete

Are you sure you want to delete this?

ProgrammingModel


Date
20190920
Target
c_003
Title
peterlee.kr 메뉴 확장
Contents
1. 콘트롤러 생성 ex. CntanzController 2. Copy from another Controller and change the Prefix to CnTanz 3.Models 에 CntanzDBHandler.cs 와 CntanzModel.cs생성, copy 하고 마찬가지로 Prefix 바꾼다. 4.View에서도 CRUD카피하고 Prefix바꾼다. 5.App_Data에 Cntanz.json 생성하고 iis_user write속성 추가 6.CntanzController에 using peterlee.kr.Models;추가