using System.Collections.Generic; using System.Linq; using Neo.Afx.ComponentModel; namespace Neo.Afx.Admin.Delegation { /// /// Afx admin database /// public class AfxAdminDelegationDatabase : Database { /// /// Constructor /// public AfxAdminDelegationDatabase() : base(new AfxAdminDelegationContext()) { } } }