using System; using System.Collections.Generic; using System.Linq; using Vidyano.Core.Services; using Vidyano.Service.Repository; namespace [NAMESPACE] { public class [CLASS]Actions : PersistentObjectActions<[CONTEXT], [CLASS]> { } }