diff --git a/Yavsc/Model/Access/Publishing.cs b/Yavsc/Models/Access/Publishing.cs similarity index 100% rename from Yavsc/Model/Access/Publishing.cs rename to Yavsc/Models/Access/Publishing.cs diff --git a/Yavsc/Model/Access/Rule.cs b/Yavsc/Models/Access/Rule.cs similarity index 100% rename from Yavsc/Model/Access/Rule.cs rename to Yavsc/Models/Access/Rule.cs diff --git a/Yavsc/Model/Access/RuleSet.cs b/Yavsc/Models/Access/RuleSet.cs similarity index 100% rename from Yavsc/Model/Access/RuleSet.cs rename to Yavsc/Models/Access/RuleSet.cs diff --git a/Yavsc/Model/Access/WhiteCard.cs b/Yavsc/Models/Access/WhiteCard.cs similarity index 100% rename from Yavsc/Model/Access/WhiteCard.cs rename to Yavsc/Models/Access/WhiteCard.cs diff --git a/Yavsc/Model/ApplicationDbContext.cs b/Yavsc/Models/ApplicationDbContext.cs similarity index 100% rename from Yavsc/Model/ApplicationDbContext.cs rename to Yavsc/Models/ApplicationDbContext.cs diff --git a/Yavsc/Model/Auth/ApplicationTypes.cs b/Yavsc/Models/Auth/ApplicationTypes.cs similarity index 100% rename from Yavsc/Model/Auth/ApplicationTypes.cs rename to Yavsc/Models/Auth/ApplicationTypes.cs diff --git a/Yavsc/Model/Auth/Client.cs b/Yavsc/Models/Auth/Client.cs similarity index 100% rename from Yavsc/Model/Auth/Client.cs rename to Yavsc/Models/Auth/Client.cs diff --git a/Yavsc/Model/Auth/ExternalViewModel.cs b/Yavsc/Models/Auth/ExternalViewModel.cs similarity index 100% rename from Yavsc/Model/Auth/ExternalViewModel.cs rename to Yavsc/Models/Auth/ExternalViewModel.cs diff --git a/Yavsc/Model/Auth/OAuth2Tokens.cs b/Yavsc/Models/Auth/OAuth2Tokens.cs similarity index 100% rename from Yavsc/Model/Auth/OAuth2Tokens.cs rename to Yavsc/Models/Auth/OAuth2Tokens.cs diff --git a/Yavsc/Model/Auth/RefreshToken.cs b/Yavsc/Models/Auth/RefreshToken.cs similarity index 100% rename from Yavsc/Model/Auth/RefreshToken.cs rename to Yavsc/Models/Auth/RefreshToken.cs diff --git a/Yavsc/Model/Auth/Scope.cs b/Yavsc/Models/Auth/Scope.cs similarity index 100% rename from Yavsc/Model/Auth/Scope.cs rename to Yavsc/Models/Auth/Scope.cs diff --git a/Yavsc/Model/Auth/UserCredentials.cs b/Yavsc/Models/Auth/UserCredentials.cs similarity index 100% rename from Yavsc/Model/Auth/UserCredentials.cs rename to Yavsc/Models/Auth/UserCredentials.cs diff --git a/Yavsc/Model/Bank/AccountBalance.cs b/Yavsc/Models/Bank/AccountBalance.cs similarity index 100% rename from Yavsc/Model/Bank/AccountBalance.cs rename to Yavsc/Models/Bank/AccountBalance.cs diff --git a/Yavsc/Model/Bank/BalanceImpact.cs b/Yavsc/Models/Bank/BalanceImpact.cs similarity index 100% rename from Yavsc/Model/Bank/BalanceImpact.cs rename to Yavsc/Models/Bank/BalanceImpact.cs diff --git a/Yavsc/Model/Bank/BankIdentity.cs b/Yavsc/Models/Bank/BankIdentity.cs similarity index 100% rename from Yavsc/Model/Bank/BankIdentity.cs rename to Yavsc/Models/Bank/BankIdentity.cs diff --git a/Yavsc/Model/Billing/CommandLine.cs b/Yavsc/Models/Billing/CommandLine.cs similarity index 100% rename from Yavsc/Model/Billing/CommandLine.cs rename to Yavsc/Models/Billing/CommandLine.cs diff --git a/Yavsc/Model/Billing/Contract.cs b/Yavsc/Models/Billing/Contract.cs similarity index 100% rename from Yavsc/Model/Billing/Contract.cs rename to Yavsc/Models/Billing/Contract.cs diff --git a/Yavsc/Model/Billing/Estimate.cs b/Yavsc/Models/Billing/Estimate.cs similarity index 100% rename from Yavsc/Model/Billing/Estimate.cs rename to Yavsc/Models/Billing/Estimate.cs diff --git a/Yavsc/Model/Billing/EstimateTemplate.cs b/Yavsc/Models/Billing/EstimateTemplate.cs similarity index 100% rename from Yavsc/Model/Billing/EstimateTemplate.cs rename to Yavsc/Models/Billing/EstimateTemplate.cs diff --git a/Yavsc/Model/Billing/ExceptionSIREN.cs b/Yavsc/Models/Billing/ExceptionSIREN.cs similarity index 100% rename from Yavsc/Model/Billing/ExceptionSIREN.cs rename to Yavsc/Models/Billing/ExceptionSIREN.cs diff --git a/Yavsc/Model/Billing/FixedImpacter.cs b/Yavsc/Models/Billing/FixedImpacter.cs similarity index 100% rename from Yavsc/Model/Billing/FixedImpacter.cs rename to Yavsc/Models/Billing/FixedImpacter.cs diff --git a/Yavsc/Model/Billing/IBillingImpacter.cs b/Yavsc/Models/Billing/IBillingImpacter.cs similarity index 100% rename from Yavsc/Model/Billing/IBillingImpacter.cs rename to Yavsc/Models/Billing/IBillingImpacter.cs diff --git a/Yavsc/Model/Billing/NominatvieCommand.cs b/Yavsc/Models/Billing/NominatvieCommand.cs similarity index 100% rename from Yavsc/Model/Billing/NominatvieCommand.cs rename to Yavsc/Models/Billing/NominatvieCommand.cs diff --git a/Yavsc/Model/Billing/ProportionalImpacter.cs b/Yavsc/Models/Billing/ProportionalImpacter.cs similarity index 100% rename from Yavsc/Model/Billing/ProportionalImpacter.cs rename to Yavsc/Models/Billing/ProportionalImpacter.cs diff --git a/Yavsc/Model/Billing/Query.cs b/Yavsc/Models/Billing/Query.cs similarity index 100% rename from Yavsc/Model/Billing/Query.cs rename to Yavsc/Models/Billing/Query.cs diff --git a/Yavsc/Model/Billing/ReductionCode.cs b/Yavsc/Models/Billing/ReductionCode.cs similarity index 100% rename from Yavsc/Model/Billing/ReductionCode.cs rename to Yavsc/Models/Billing/ReductionCode.cs diff --git a/Yavsc/Model/Billing/Service/ChatBilling.cs b/Yavsc/Models/Billing/Service/ChatBilling.cs similarity index 100% rename from Yavsc/Model/Billing/Service/ChatBilling.cs rename to Yavsc/Models/Billing/Service/ChatBilling.cs diff --git a/Yavsc/Model/Billing/histoestim.cs b/Yavsc/Models/Billing/histoestim.cs similarity index 100% rename from Yavsc/Model/Billing/histoestim.cs rename to Yavsc/Models/Billing/histoestim.cs diff --git a/Yavsc/Model/Billing/satisfaction.cs b/Yavsc/Models/Billing/satisfaction.cs similarity index 100% rename from Yavsc/Model/Billing/satisfaction.cs rename to Yavsc/Models/Billing/satisfaction.cs diff --git a/Yavsc/Model/Billing/writtings.cs b/Yavsc/Models/Billing/writtings.cs similarity index 100% rename from Yavsc/Model/Billing/writtings.cs rename to Yavsc/Models/Billing/writtings.cs diff --git a/Yavsc/Model/Billing/wrtags.cs b/Yavsc/Models/Billing/wrtags.cs similarity index 100% rename from Yavsc/Model/Billing/wrtags.cs rename to Yavsc/Models/Billing/wrtags.cs diff --git a/Yavsc/Model/Blog/Blog.cs b/Yavsc/Models/Blog/Blog.cs similarity index 100% rename from Yavsc/Model/Blog/Blog.cs rename to Yavsc/Models/Blog/Blog.cs diff --git a/Yavsc/Model/Blog/BlogAccess.cs b/Yavsc/Models/Blog/BlogAccess.cs similarity index 100% rename from Yavsc/Model/Blog/BlogAccess.cs rename to Yavsc/Models/Blog/BlogAccess.cs diff --git a/Yavsc/Model/Blog/comment.cs b/Yavsc/Models/Blog/comment.cs similarity index 100% rename from Yavsc/Model/Blog/comment.cs rename to Yavsc/Models/Blog/comment.cs diff --git a/Yavsc/Model/Booking/BookQuery.cs b/Yavsc/Models/Booking/BookQuery.cs similarity index 100% rename from Yavsc/Model/Booking/BookQuery.cs rename to Yavsc/Models/Booking/BookQuery.cs diff --git a/Yavsc/Model/Booking/RendezVous.cs b/Yavsc/Models/Booking/RendezVous.cs similarity index 100% rename from Yavsc/Model/Booking/RendezVous.cs rename to Yavsc/Models/Booking/RendezVous.cs diff --git a/Yavsc/Model/Calendar/ICalendarManager.cs b/Yavsc/Models/Calendar/ICalendarManager.cs similarity index 100% rename from Yavsc/Model/Calendar/ICalendarManager.cs rename to Yavsc/Models/Calendar/ICalendarManager.cs diff --git a/Yavsc/Model/Calendar/IFreeDateSet.cs b/Yavsc/Models/Calendar/IFreeDateSet.cs similarity index 100% rename from Yavsc/Model/Calendar/IFreeDateSet.cs rename to Yavsc/Models/Calendar/IFreeDateSet.cs diff --git a/Yavsc/Model/Calendar/OpenDay.cs b/Yavsc/Models/Calendar/OpenDay.cs similarity index 100% rename from Yavsc/Model/Calendar/OpenDay.cs rename to Yavsc/Models/Calendar/OpenDay.cs diff --git a/Yavsc/Model/Calendar/Period.cs b/Yavsc/Models/Calendar/Period.cs similarity index 100% rename from Yavsc/Model/Calendar/Period.cs rename to Yavsc/Models/Calendar/Period.cs diff --git a/Yavsc/Model/Calendar/Periodicity.cs b/Yavsc/Models/Calendar/Periodicity.cs similarity index 100% rename from Yavsc/Model/Calendar/Periodicity.cs rename to Yavsc/Models/Calendar/Periodicity.cs diff --git a/Yavsc/Model/Calendar/PositionAndKeyphrase.cs b/Yavsc/Models/Calendar/PositionAndKeyphrase.cs similarity index 100% rename from Yavsc/Model/Calendar/PositionAndKeyphrase.cs rename to Yavsc/Models/Calendar/PositionAndKeyphrase.cs diff --git a/Yavsc/Model/Calendar/ProvidedEvent.cs b/Yavsc/Models/Calendar/ProvidedEvent.cs similarity index 100% rename from Yavsc/Model/Calendar/ProvidedEvent.cs rename to Yavsc/Models/Calendar/ProvidedEvent.cs diff --git a/Yavsc/Model/Calendar/Schedule.cs b/Yavsc/Models/Calendar/Schedule.cs similarity index 100% rename from Yavsc/Model/Calendar/Schedule.cs rename to Yavsc/Models/Calendar/Schedule.cs diff --git a/Yavsc/Model/Calendar/WeekDay.cs b/Yavsc/Models/Calendar/WeekDay.cs similarity index 100% rename from Yavsc/Model/Calendar/WeekDay.cs rename to Yavsc/Models/Calendar/WeekDay.cs diff --git a/Yavsc/Model/Chat/Connection.cs b/Yavsc/Models/Chat/Connection.cs similarity index 100% rename from Yavsc/Model/Chat/Connection.cs rename to Yavsc/Models/Chat/Connection.cs diff --git a/Yavsc/Model/Edition/IDocument.cs b/Yavsc/Models/Edition/IDocument.cs similarity index 100% rename from Yavsc/Model/Edition/IDocument.cs rename to Yavsc/Models/Edition/IDocument.cs diff --git a/Yavsc/Model/Forms/Field.cs b/Yavsc/Models/Forms/Field.cs similarity index 100% rename from Yavsc/Model/Forms/Field.cs rename to Yavsc/Models/Forms/Field.cs diff --git a/Yavsc/Model/Forms/FieldSet.cs b/Yavsc/Models/Forms/FieldSet.cs similarity index 100% rename from Yavsc/Model/Forms/FieldSet.cs rename to Yavsc/Models/Forms/FieldSet.cs diff --git a/Yavsc/Model/Forms/Form.cs b/Yavsc/Models/Forms/Form.cs similarity index 100% rename from Yavsc/Model/Forms/Form.cs rename to Yavsc/Models/Forms/Form.cs diff --git a/Yavsc/Model/Forms/Validation/Method.cs b/Yavsc/Models/Forms/Validation/Method.cs similarity index 100% rename from Yavsc/Model/Forms/Validation/Method.cs rename to Yavsc/Models/Forms/Validation/Method.cs diff --git a/Yavsc/Model/Forms/Validation/Required.cs b/Yavsc/Models/Forms/Validation/Required.cs similarity index 100% rename from Yavsc/Model/Forms/Validation/Required.cs rename to Yavsc/Models/Forms/Validation/Required.cs diff --git a/Yavsc/Model/Google/AuthToken.cs b/Yavsc/Models/Google/AuthToken.cs similarity index 100% rename from Yavsc/Model/Google/AuthToken.cs rename to Yavsc/Models/Google/AuthToken.cs diff --git a/Yavsc/Model/Google/Calendar/CalendarEventList.cs b/Yavsc/Models/Google/Calendar/CalendarEventList.cs similarity index 100% rename from Yavsc/Model/Google/Calendar/CalendarEventList.cs rename to Yavsc/Models/Google/Calendar/CalendarEventList.cs diff --git a/Yavsc/Model/Google/Calendar/CalendarList.cs b/Yavsc/Models/Google/Calendar/CalendarList.cs similarity index 100% rename from Yavsc/Model/Google/Calendar/CalendarList.cs rename to Yavsc/Models/Google/Calendar/CalendarList.cs diff --git a/Yavsc/Model/Google/Calendar/CalendarListEntry.cs b/Yavsc/Models/Google/Calendar/CalendarListEntry.cs similarity index 100% rename from Yavsc/Model/Google/Calendar/CalendarListEntry.cs rename to Yavsc/Models/Google/Calendar/CalendarListEntry.cs diff --git a/Yavsc/Model/Google/GDate.cs b/Yavsc/Models/Google/GDate.cs similarity index 100% rename from Yavsc/Model/Google/GDate.cs rename to Yavsc/Models/Google/GDate.cs diff --git a/Yavsc/Model/Google/Messaging/GCMRegisterModel.cs b/Yavsc/Models/Google/Messaging/GCMRegisterModel.cs similarity index 100% rename from Yavsc/Model/Google/Messaging/GCMRegisterModel.cs rename to Yavsc/Models/Google/Messaging/GCMRegisterModel.cs diff --git a/Yavsc/Model/Google/Messaging/MessageWithPayLoad.cs b/Yavsc/Models/Google/Messaging/MessageWithPayLoad.cs similarity index 100% rename from Yavsc/Model/Google/Messaging/MessageWithPayLoad.cs rename to Yavsc/Models/Google/Messaging/MessageWithPayLoad.cs diff --git a/Yavsc/Model/Google/Messaging/MessageWithPayloadResponse.cs b/Yavsc/Models/Google/Messaging/MessageWithPayloadResponse.cs similarity index 100% rename from Yavsc/Model/Google/Messaging/MessageWithPayloadResponse.cs rename to Yavsc/Models/Google/Messaging/MessageWithPayloadResponse.cs diff --git a/Yavsc/Model/Google/People/People.cs b/Yavsc/Models/Google/People/People.cs similarity index 100% rename from Yavsc/Model/Google/People/People.cs rename to Yavsc/Models/Google/People/People.cs diff --git a/Yavsc/Model/Google/Resource.cs b/Yavsc/Models/Google/Resource.cs similarity index 100% rename from Yavsc/Model/Google/Resource.cs rename to Yavsc/Models/Google/Resource.cs diff --git a/Yavsc/Model/Google/Tracks/Entity.cs b/Yavsc/Models/Google/Tracks/Entity.cs similarity index 100% rename from Yavsc/Model/Google/Tracks/Entity.cs rename to Yavsc/Models/Google/Tracks/Entity.cs diff --git a/Yavsc/Model/Google/Tracks/EntityQuery.cs b/Yavsc/Models/Google/Tracks/EntityQuery.cs similarity index 100% rename from Yavsc/Model/Google/Tracks/EntityQuery.cs rename to Yavsc/Models/Google/Tracks/EntityQuery.cs diff --git a/Yavsc/Model/Identity/ApplicationUser.cs b/Yavsc/Models/Identity/ApplicationUser.cs similarity index 100% rename from Yavsc/Model/Identity/ApplicationUser.cs rename to Yavsc/Models/Identity/ApplicationUser.cs diff --git a/Yavsc/Model/Identity/MobileAppDeclaration.cs b/Yavsc/Models/Identity/MobileAppDeclaration.cs similarity index 100% rename from Yavsc/Model/Identity/MobileAppDeclaration.cs rename to Yavsc/Models/Identity/MobileAppDeclaration.cs diff --git a/Yavsc/Model/Identity/passwrecovery.cs b/Yavsc/Models/Identity/passwrecovery.cs similarity index 100% rename from Yavsc/Model/Identity/passwrecovery.cs rename to Yavsc/Models/Identity/passwrecovery.cs diff --git a/Yavsc/Model/Market/BaseProduct.cs b/Yavsc/Models/Market/BaseProduct.cs similarity index 100% rename from Yavsc/Model/Market/BaseProduct.cs rename to Yavsc/Models/Market/BaseProduct.cs diff --git a/Yavsc/Model/Market/Catalog.cs b/Yavsc/Models/Market/Catalog.cs similarity index 100% rename from Yavsc/Model/Market/Catalog.cs rename to Yavsc/Models/Market/Catalog.cs diff --git a/Yavsc/Model/Market/IUnit.cs b/Yavsc/Models/Market/IUnit.cs similarity index 100% rename from Yavsc/Model/Market/IUnit.cs rename to Yavsc/Models/Market/IUnit.cs diff --git a/Yavsc/Model/Market/Money.cs b/Yavsc/Models/Market/Money.cs similarity index 100% rename from Yavsc/Model/Market/Money.cs rename to Yavsc/Models/Market/Money.cs diff --git a/Yavsc/Model/Market/Product.cs b/Yavsc/Models/Market/Product.cs similarity index 100% rename from Yavsc/Model/Market/Product.cs rename to Yavsc/Models/Market/Product.cs diff --git a/Yavsc/Model/Market/Service.cs b/Yavsc/Models/Market/Service.cs similarity index 100% rename from Yavsc/Model/Market/Service.cs rename to Yavsc/Models/Market/Service.cs diff --git a/Yavsc/Model/Messaging/BaseEvent.cs b/Yavsc/Models/Messaging/BaseEvent.cs similarity index 100% rename from Yavsc/Model/Messaging/BaseEvent.cs rename to Yavsc/Models/Messaging/BaseEvent.cs diff --git a/Yavsc/Model/Messaging/BookQueryEvent.cs b/Yavsc/Models/Messaging/BookQueryEvent.cs similarity index 100% rename from Yavsc/Model/Messaging/BookQueryEvent.cs rename to Yavsc/Models/Messaging/BookQueryEvent.cs diff --git a/Yavsc/Model/Messaging/BookQueryProviderInfo.cs b/Yavsc/Models/Messaging/BookQueryProviderInfo.cs similarity index 100% rename from Yavsc/Model/Messaging/BookQueryProviderInfo.cs rename to Yavsc/Models/Messaging/BookQueryProviderInfo.cs diff --git a/Yavsc/Model/Messaging/CircleEvent.cs b/Yavsc/Models/Messaging/CircleEvent.cs similarity index 100% rename from Yavsc/Model/Messaging/CircleEvent.cs rename to Yavsc/Models/Messaging/CircleEvent.cs diff --git a/Yavsc/Model/Messaging/ClientProviderInfo.cs b/Yavsc/Models/Messaging/ClientProviderInfo.cs similarity index 100% rename from Yavsc/Model/Messaging/ClientProviderInfo.cs rename to Yavsc/Models/Messaging/ClientProviderInfo.cs diff --git a/Yavsc/Model/Messaging/Notification.cs b/Yavsc/Models/Messaging/Notification.cs similarity index 100% rename from Yavsc/Model/Messaging/Notification.cs rename to Yavsc/Models/Messaging/Notification.cs diff --git a/Yavsc/Model/Messaging/YaEvent.cs b/Yavsc/Models/Messaging/YaEvent.cs similarity index 100% rename from Yavsc/Model/Messaging/YaEvent.cs rename to Yavsc/Models/Messaging/YaEvent.cs diff --git a/Yavsc/Model/Relationship/Circle.cs b/Yavsc/Models/Relationship/Circle.cs similarity index 100% rename from Yavsc/Model/Relationship/Circle.cs rename to Yavsc/Models/Relationship/Circle.cs diff --git a/Yavsc/Model/Relationship/CircleMember.cs b/Yavsc/Models/Relationship/CircleMember.cs similarity index 100% rename from Yavsc/Model/Relationship/CircleMember.cs rename to Yavsc/Models/Relationship/CircleMember.cs diff --git a/Yavsc/Model/Relationship/Contact.cs b/Yavsc/Models/Relationship/Contact.cs similarity index 100% rename from Yavsc/Model/Relationship/Contact.cs rename to Yavsc/Models/Relationship/Contact.cs diff --git a/Yavsc/Model/Relationship/Location.cs b/Yavsc/Models/Relationship/Location.cs similarity index 100% rename from Yavsc/Model/Relationship/Location.cs rename to Yavsc/Models/Relationship/Location.cs diff --git a/Yavsc/Model/Relationship/PostTag.cs b/Yavsc/Models/Relationship/PostTag.cs similarity index 100% rename from Yavsc/Model/Relationship/PostTag.cs rename to Yavsc/Models/Relationship/PostTag.cs diff --git a/Yavsc/Model/Relationship/Tag.cs b/Yavsc/Models/Relationship/Tag.cs similarity index 100% rename from Yavsc/Model/Relationship/Tag.cs rename to Yavsc/Models/Relationship/Tag.cs diff --git a/Yavsc/Model/Workflow/Activity.cs b/Yavsc/Models/Workflow/Activity.cs similarity index 100% rename from Yavsc/Model/Workflow/Activity.cs rename to Yavsc/Models/Workflow/Activity.cs diff --git a/Yavsc/Model/Workflow/IRequisition.cs b/Yavsc/Models/Workflow/IRequisition.cs similarity index 100% rename from Yavsc/Model/Workflow/IRequisition.cs rename to Yavsc/Models/Workflow/IRequisition.cs diff --git a/Yavsc/Model/Workflow/PerformerProfile.cs b/Yavsc/Models/Workflow/PerformerProfile.cs similarity index 100% rename from Yavsc/Model/Workflow/PerformerProfile.cs rename to Yavsc/Models/Workflow/PerformerProfile.cs diff --git a/Yavsc/Model/Workflow/Process/Action.cs b/Yavsc/Models/Workflow/Process/Action.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/Action.cs rename to Yavsc/Models/Workflow/Process/Action.cs diff --git a/Yavsc/Model/Workflow/Process/Conjonction.cs b/Yavsc/Models/Workflow/Process/Conjonction.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/Conjonction.cs rename to Yavsc/Models/Workflow/Process/Conjonction.cs diff --git a/Yavsc/Model/Workflow/Process/Disjonction.cs b/Yavsc/Models/Workflow/Process/Disjonction.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/Disjonction.cs rename to Yavsc/Models/Workflow/Process/Disjonction.cs diff --git a/Yavsc/Model/Workflow/Process/InputValue.cs b/Yavsc/Models/Workflow/Process/InputValue.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/InputValue.cs rename to Yavsc/Models/Workflow/Process/InputValue.cs diff --git a/Yavsc/Model/Workflow/Process/NamedRequisition.cs b/Yavsc/Models/Workflow/Process/NamedRequisition.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/NamedRequisition.cs rename to Yavsc/Models/Workflow/Process/NamedRequisition.cs diff --git a/Yavsc/Model/Workflow/Process/Negation.cs b/Yavsc/Models/Workflow/Process/Negation.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/Negation.cs rename to Yavsc/Models/Workflow/Process/Negation.cs diff --git a/Yavsc/Model/Workflow/Process/Rule.cs b/Yavsc/Models/Workflow/Process/Rule.cs similarity index 100% rename from Yavsc/Model/Workflow/Process/Rule.cs rename to Yavsc/Models/Workflow/Process/Rule.cs diff --git a/Yavsc/Model/Workflow/Projet.cs b/Yavsc/Models/Workflow/Projet.cs similarity index 100% rename from Yavsc/Model/Workflow/Projet.cs rename to Yavsc/Models/Workflow/Projet.cs diff --git a/Yavsc/Model/Workflow/Skill.cs b/Yavsc/Models/Workflow/Skill.cs similarity index 100% rename from Yavsc/Model/Workflow/Skill.cs rename to Yavsc/Models/Workflow/Skill.cs diff --git a/Yavsc/Model/Workflow/UserSkills.cs b/Yavsc/Models/Workflow/UserSkills.cs similarity index 100% rename from Yavsc/Model/Workflow/UserSkills.cs rename to Yavsc/Models/Workflow/UserSkills.cs diff --git a/Yavsc/Model/Workflow/hr.cs b/Yavsc/Models/Workflow/hr.cs similarity index 100% rename from Yavsc/Model/Workflow/hr.cs rename to Yavsc/Models/Workflow/hr.cs diff --git a/Yavsc/Model/Workflow/taskdeps.cs b/Yavsc/Models/Workflow/taskdeps.cs similarity index 100% rename from Yavsc/Model/Workflow/taskdeps.cs rename to Yavsc/Models/Workflow/taskdeps.cs diff --git a/Yavsc/Model/Workflow/tasks.cs b/Yavsc/Models/Workflow/tasks.cs similarity index 100% rename from Yavsc/Model/Workflow/tasks.cs rename to Yavsc/Models/Workflow/tasks.cs diff --git a/Yavsc/Model/Workflow/wrfiles.cs b/Yavsc/Models/Workflow/wrfiles.cs similarity index 100% rename from Yavsc/Model/Workflow/wrfiles.cs rename to Yavsc/Models/Workflow/wrfiles.cs diff --git a/Yavsc/Model/societe.com/CompanyInfo.cs b/Yavsc/Models/societe.com/CompanyInfo.cs similarity index 100% rename from Yavsc/Model/societe.com/CompanyInfo.cs rename to Yavsc/Models/societe.com/CompanyInfo.cs