This commit is contained in:
@@ -12,7 +12,7 @@ namespace AyaNova.Biz
|
||||
|
||||
internal class TranslationBiz : BizObject
|
||||
{
|
||||
public bool SeedOrImportRelaxedRulesMode { get; set; }
|
||||
|
||||
|
||||
internal TranslationBiz(AyContext dbcontext, long currentUserId, long userTranslationId, AuthorizationRoles userRoles)
|
||||
{
|
||||
@@ -20,8 +20,7 @@ namespace AyaNova.Biz
|
||||
UserId = currentUserId;
|
||||
UserTranslationId = userTranslationId;
|
||||
CurrentUserRoles = userRoles;
|
||||
BizType = AyaType.Translation;
|
||||
SeedOrImportRelaxedRulesMode = false;//default
|
||||
BizType = AyaType.Translation;
|
||||
}
|
||||
|
||||
internal static TranslationBiz GetBiz(AyContext ct, Microsoft.AspNetCore.Http.HttpContext httpContext = null)
|
||||
|
||||
Reference in New Issue
Block a user