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