public void AddObisGroup(ViewOBISGroup viewObisGroup, Int64 deviceTypeId, Guid userId) { Trace.Assert(_db != null); Trace.Assert(viewObisGroup != null); _db.AddOBISGroup(viewObisGroup.Type, viewObisGroup.Value, viewObisGroup.Description, viewObisGroup.Standard, viewObisGroup.Reserved, viewObisGroup.Unusable, viewObisGroup.Context, deviceTypeId, userId); }