예제 #1
0
 public void Update(m_Article article)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void Add(m_Article article)
 {
     repo.Insert(article);
     uow.Save();
 }