public int InsertOrUpdate(OsStock obj) { return(obj.Id == 0 ? _epr.Insert(obj) : _epr.Update(obj)); }