예제 #1
0
 public static SaveResult Insert(Category category)
 {
     return(category.Save());
 }
예제 #2
0
 public static SaveResult Update(Category category)
 {
     return(category.Save());
 }