Orchard data insert/delete for non content item
问题 I am intending to insert/delete some information in a module's Action (using Orchard Rules-Action API) in a one-column table in the database. What is the best way of doing such tasks i.e. Data manipulation of non-content items. I do not want to go by the "Create a content type" route. I simply want to persist some non-content data in the database and query/delete them. namespace xyz.Models { public class Task { public virtual int ContentId { get; set; } public virtual int Retries { get; set;