mirror of https://github.com/abpframework/abp.git
2 changed files with 0 additions and 25 deletions
@ -1,14 +0,0 @@ |
|||
using Volo.Abp.Settings; |
|||
|
|||
namespace Volo.Abp.BlobStoring.Database.Settings |
|||
{ |
|||
public class BlobStoringDatabaseSettingDefinitionProvider : SettingDefinitionProvider |
|||
{ |
|||
public override void Define(ISettingDefinitionContext context) |
|||
{ |
|||
/* Define module settings here. |
|||
* Use names from BlobStoringDatabaseSettings class. |
|||
*/ |
|||
} |
|||
} |
|||
} |
|||
@ -1,11 +0,0 @@ |
|||
namespace Volo.Abp.BlobStoring.Database.Settings |
|||
{ |
|||
public static class BlobStoringDatabaseSettings |
|||
{ |
|||
public const string GroupName = "Database"; |
|||
|
|||
/* Add constants for setting names. Example: |
|||
* public const string MySettingName = GroupName + ".MySettingName"; |
|||
*/ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue