diff --git a/Sevomin.WebFrontend.Controllers/AccountController.cs b/Sevomin.WebFrontend.Controllers/AccountController.cs index 1e5af2d..b11329b 100644 --- a/Sevomin.WebFrontend.Controllers/AccountController.cs +++ b/Sevomin.WebFrontend.Controllers/AccountController.cs @@ -160,7 +160,7 @@ namespace Sevomin.WebFrontend.Controllers [HttpPost] public async Task ProfileDovomin(string JalaliBirthDate, string FirstName, string LastName, string ContactPersonEMail, bool IsFullTime, - bool IsPartTime, string Description, bool ShowCompanyLogo, FormCollection form) + bool IsPartTime, string Description, FormCollection form) { User u = await UserManager.FindByNameAsync(User.Identity.Name); if (u == null || !(u is Dovomin))