예제 #1
0
 public static void Add(Post post)
 {
     UoW
     .Add(post);
 }
예제 #2
0
 public static void Add(Category category)
 {
     UoW.Add(category);
 }