//------------------------------------------------------------------------------ // // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using Bright.Serialization; using System.Collections.Generic; using asap.core; using SimpleJSON; namespace cfg { public sealed partial class Item : Bright.Config.BeanBase { private Tables _tables; private Tables Tables=>_tables??GContext.container.Resolve(); public bool IsSpinachItem() { return Tables.TbEventSlapSpinach.IsSpinachItem(ID); } } }