public int update(Entity.StockType entity) { return(this.repository.update(entity)); }
public Entity.StockType insert(Entity.StockType entity) { return(this.repository.insert(entity)); }