auth api tested
This commit is contained in:
@@ -23,7 +23,7 @@ from ApiLayers.LanguageModels.Database.company.company import (
|
||||
CompaniesLanguageModel,
|
||||
# CompanyDutiesLanguageModel,
|
||||
)
|
||||
from Services.PostgresDb import CrudCollection
|
||||
from Services.PostgresService.controllers.mixin_controllers import CrudCollection
|
||||
|
||||
|
||||
class RelationshipDutyCompany(CrudCollection):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from sqlalchemy import String, Integer, ForeignKey, Index, Boolean, Identity
|
||||
from sqlalchemy.orm import mapped_column, Mapped
|
||||
|
||||
from Services.PostgresDb import CrudCollection
|
||||
from Services.PostgresService.controllers.mixin_controllers import CrudCollection
|
||||
|
||||
|
||||
class Departments(CrudCollection):
|
||||
|
||||
@@ -12,7 +12,7 @@ from ApiLayers.LanguageModels.Database.company.employee import (
|
||||
EmployeeHistoryLanguageModel,
|
||||
EmployeesSalariesLanguageModel,
|
||||
)
|
||||
from Services.PostgresDb import CrudCollection
|
||||
from Services.PostgresService.controllers.mixin_controllers import CrudCollection
|
||||
|
||||
from ApiLayers.ApiValidations.Request import InsertCompanyEmployees
|
||||
|
||||
|
||||
Reference in New Issue
Block a user