コード例 #1
0
 public static void Remove(Category category)
 {
     UoW.Delete(category);
 }
コード例 #2
0
 public static void Add(Category category)
 {
     UoW.Add(category);
 }