Example #1
0
 public int update(Entity.StockType entity)
 {
     return(this.repository.update(entity));
 }
Example #2
0
 public Entity.StockType insert(Entity.StockType entity)
 {
     return(this.repository.insert(entity));
 }