diff --git a/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml b/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml index 1c8347a9..61c89eca 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml @@ -463,6 +463,10 @@

ایجاد کارگاه

+ +@*

+ ایجاد کارگاه +

*@
diff --git a/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml.cs b/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml.cs index b9242b3e..72d70bee 100644 --- a/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml.cs +++ b/ServiceHost/Areas/Admin/Pages/Company/Workshops/Index.cshtml.cs @@ -220,7 +220,7 @@ public class IndexModel : PageModel command.ArchiveCode = newcode; command.PermissionIds = permissionIds; // command.CurrentAccoutRoleId = currentAccout.RoleId; - return Partial("./Create4", command); + return Partial("./Create5", command); } public IActionResult OnPostCreate(CreateWorkshop command)