This commit is contained in:
2021-07-14 15:52:51 +00:00
parent 77f5e7d9c9
commit 4be5b9e56c

View File

@@ -16,8 +16,6 @@ namespace AyaNova.Biz
internal class WorkOrderBiz : BizObject, IJobObject, ISearchAbleObject, IReportAbleObject, IExportAbleObject
{
// //Feature specific roles
internal WorkOrderBiz(AyContext dbcontext, long currentUserId, long userTranslationId, AuthorizationRoles UserRoles, UserType currentUserType)
{
ct = dbcontext;