forked from ddrilling/AsbCloudServer
Залиты изменения, не вошедщие в предыдущий коммит
This commit is contained in:
parent
f0b46f9eca
commit
a41ecbf047
@ -9,12 +9,11 @@ namespace AsbCloudInfrastructure
|
|||||||
|
|
||||||
class WellFinalDocumentMailBodyFactory : BaseFactory
|
class WellFinalDocumentMailBodyFactory : BaseFactory
|
||||||
{
|
{
|
||||||
private readonly string platformName;
|
|
||||||
|
|
||||||
public WellFinalDocumentMailBodyFactory(IConfiguration configuration)
|
public WellFinalDocumentMailBodyFactory(IConfiguration configuration)
|
||||||
: base(configuration)
|
: base(configuration)
|
||||||
{
|
{
|
||||||
platformName = configuration.GetValue("email:platformName", "Цифровое бурение") ?? string.Empty;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string MakeSubject(WellDto well, string action)
|
public override string MakeSubject(WellDto well, string action)
|
||||||
|
Loading…
Reference in New Issue
Block a user