Exemple #1
0
 public CategoryView(categories c)
 {
     _c = c;
 }
Exemple #2
0
 public Category(categories c)
 {
     _c = c;
 }
Exemple #3
0
 partial void Updatecategories(categories instance);
Exemple #4
0
 partial void Deletecategories(categories instance);
Exemple #5
0
 partial void Insertcategories(categories instance);