예제 #1
0
파일: category.cs 프로젝트: kioltk/mvc
 public CategoryView(categories c)
 {
     _c = c;
 }
예제 #2
0
파일: category.cs 프로젝트: kioltk/mvc
 public Category(categories c)
 {
     _c = c;
 }
예제 #3
0
 partial void Updatecategories(categories instance);
예제 #4
0
 partial void Deletecategories(categories instance);
예제 #5
0
 partial void Insertcategories(categories instance);