Exemplo n.º 1
0
 public void Delete(L_AccountActivityType entity)
 {
     Repository.Delete(entity);
 }
Exemplo n.º 2
0
 public void Add(L_AccountActivityType entity)
 {
     Repository.Add(entity);
 }