Import from internal git
This commit is contained in:
14
Generator/Daos/EnvironmentDao.cs
Normal file
14
Generator/Daos/EnvironmentDao.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Core;
|
||||
using Generator.DataSource.Settings;
|
||||
|
||||
namespace Generator.Daos;
|
||||
|
||||
public class EnvironmentDao : AbstractDao
|
||||
{
|
||||
public Location ApiFolder() => new ([ConfManager.GetBase().LocalRoot, ConfManager.GetGeneral().ApiFolder]);
|
||||
|
||||
public string Invite => ConfManager.GetBase().Invite;
|
||||
|
||||
public EnvironmentDao(ConfigManager confManager) : base(confManager)
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user