Exemplo n.º 1
0
 public void CreateNew(Category item)
 {
     dataAccess.CreateOrUpdate(item: item, createOrUpdate: 'C');
 }