student 3 veckor sedan
förälder
incheckning
c3e0661409
60 ändrade filer med 60 tillägg och 60 borttagningar
  1. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/BuyTicket.cshtml
  2. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/FAQ.cshtml
  3. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/GameHome.cshtml
  4. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/HowToPlay.cshtml
  5. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/Index.cshtml
  6. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/More.cshtml
  7. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/Profile.cshtml
  8. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/Results.cshtml
  9. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/Rule.cshtml
  10. 1 1
      website_natcash/Areas/LotteryV2/Views/Home/TransferWinMoney.cshtml
  11. 1 1
      website_natcash/Areas/Millions/Views/Home/BuyTicket.cshtml
  12. 1 1
      website_natcash/Areas/Millions/Views/Home/FAQ.cshtml
  13. 1 1
      website_natcash/Areas/Millions/Views/Home/GameHome - Copy.cshtml
  14. 1 1
      website_natcash/Areas/Millions/Views/Home/GameHome.cshtml
  15. 1 1
      website_natcash/Areas/Millions/Views/Home/HowToPlay.cshtml
  16. 1 1
      website_natcash/Areas/Millions/Views/Home/JackpotResults.cshtml
  17. 1 1
      website_natcash/Areas/Millions/Views/Home/More.cshtml
  18. 1 1
      website_natcash/Areas/Millions/Views/Home/Profile.cshtml
  19. 1 1
      website_natcash/Areas/Millions/Views/Home/Results.cshtml
  20. 1 1
      website_natcash/Areas/Millions/Views/Home/Rule.cshtml
  21. 1 1
      website_natcash/Areas/Millions/Views/Home/TransferWinMoney.cshtml
  22. 1 1
      website_natcash/Controllers/HomeController.cs
  23. 1 1
      website_natcash/Views/Account/ChooseApp.cshtml
  24. 1 1
      website_natcash/Views/Account/ForgotPassword.cshtml
  25. 1 1
      website_natcash/Views/Account/Index.cshtml
  26. 1 1
      website_natcash/Views/Account/Login.cshtml
  27. 1 1
      website_natcash/Views/Account/Register.cshtml
  28. 1 1
      website_natcash/Views/BuyTicket/Choose.cshtml
  29. 1 1
      website_natcash/Views/BuyTicket/Index.cshtml
  30. 1 1
      website_natcash/Views/BuyTicket/LastTermResult.cshtml
  31. 1 1
      website_natcash/Views/BuyTicket/Payment.cshtml
  32. 1 1
      website_natcash/Views/History/Index.cshtml
  33. 1 1
      website_natcash/Views/History/TicketDetail.cshtml
  34. 1 1
      website_natcash/Views/History/UserTicket.cshtml
  35. 1 1
      website_natcash/Views/Home/FAQ.cshtml
  36. 1 1
      website_natcash/Views/Home/FlashView.cshtml
  37. 1 1
      website_natcash/Views/Home/Index.cshtml
  38. 1 1
      website_natcash/Views/Home/Results.cshtml
  39. 1 1
      website_natcash/Views/Home/Rules.cshtml
  40. 1 1
      website_natcash/Views/Home/TermResultHistory.cshtml
  41. 1 1
      website_natcash/Views/Home/Transfer.cshtml
  42. 1 1
      website_natcash/Views/Partial/Inform.cshtml
  43. 1 1
      website_natcash/Views/Partial/Language.cshtml
  44. 1 1
      website_natcash/Views/Partial/OTP.cshtml
  45. 1 1
      website_natcash/Views/Profile/ChangePassword.cshtml
  46. 1 1
      website_natcash/Views/Profile/HowToPlay.cshtml
  47. 1 1
      website_natcash/Views/Profile/Index.cshtml
  48. 1 1
      website_natcash/Views/Profile/ProfileInfo.cshtml
  49. 1 1
      website_natcash/Views/Shared/Components/AdvertiseArea/AdvertiseArea.cshtml
  50. 1 1
      website_natcash/Views/Shared/Components/ChooseForm/ChooseForm.cshtml
  51. 1 1
      website_natcash/Views/Shared/Components/FooterOutside/FooterOutside.cshtml
  52. 1 1
      website_natcash/Views/Shared/Components/HeaderHome/HeaderHome.cshtml
  53. 1 1
      website_natcash/Views/Shared/Components/LotoNumber/LotoNumber.cshtml
  54. 1 1
      website_natcash/Views/Shared/Components/LotoNumberHistory/LotoNumberHistory.cshtml
  55. 1 1
      website_natcash/Views/Shared/Components/PaymentForm/PaymentForm.cshtml
  56. 1 1
      website_natcash/Views/Shared/Components/ResultForm/ResultForm.cshtml
  57. 1 1
      website_natcash/Views/Shared/Components/SmallHeader/SmallHeader.cshtml
  58. 1 1
      website_natcash/Views/Shared/Components/TicketForm/TicketForm.cshtml
  59. 1 1
      website_natcash/Views/Shared/Components/TicketHistory/TicketHistory.cshtml
  60. 1 1
      website_natcash/Views/Shared/_Layout.cshtml

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/BuyTicket.cshtml

@@ -4,7 +4,7 @@
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
     var currentTerm = Model.listTerm?.FirstOrDefault();
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Common;
 
 <link rel="stylesheet" href="/LotteryV2/css/buy-ticket.css" />

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/FAQ.cshtml

@@ -3,7 +3,7 @@
     ViewData["ActiveTab"] = "FAQ";
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="/LotteryV2/css/faq.css">
 

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/GameHome.cshtml

@@ -3,7 +3,7 @@
     ViewData["Title"] = "LotteryV2 - Game Home";
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/HowToPlay.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "More";
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/Index.cshtml

@@ -1,7 +1,7 @@
 @{
     ViewData["Title"] = "LotteryV2 - Trang Chủ";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/More.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "More";
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/Profile.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "More";
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/Results.cshtml

@@ -12,7 +12,7 @@
         Model.toDate = DateTime.Now.ToString("yyyy-MM-dd");
     }
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Common;
 
 

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/Rule.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "Rule";
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/LotteryV2/css/site.css" />

+ 1 - 1
website_natcash/Areas/LotteryV2/Views/Home/TransferWinMoney.cshtml

@@ -3,7 +3,7 @@
     ViewData["Title"] = Lang.v2_transfer;
     Layout = "~/Areas/LotteryV2/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @functions {
     public string FormatMoney(string amount) {
         if (string.IsNullOrEmpty(amount)) return "0";

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/BuyTicket.cshtml

@@ -4,7 +4,7 @@
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
     var currentTerm = Model.listTerm?.FirstOrDefault();
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Common;
 
 @section Styles {

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/FAQ.cshtml

@@ -3,7 +3,7 @@
     ViewData["ActiveTab"] = "FAQ";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="/Millions/css/faq.css">
 

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/GameHome - Copy.cshtml

@@ -3,7 +3,7 @@
     ViewData["Title"] = "Millions - Game Home";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/GameHome.cshtml

@@ -3,7 +3,7 @@
     ViewData["Title"] = "Millions - Game Home";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/HowToPlay.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "More";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/Millions/css/site.css" />

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/JackpotResults.cshtml

@@ -5,7 +5,7 @@
 }
 @using System
 @using System.Globalization
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/More.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "More";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/Millions/css/site.css" />

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/Profile.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "More";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link rel="stylesheet" href="/Millions/css/site.css" />

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/Results.cshtml

@@ -12,7 +12,7 @@
         Model.toDate = DateTime.Now.ToString("yyyy-MM-dd");
     }
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Common;
 
 

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/Rule.cshtml

@@ -4,7 +4,7 @@
     ViewData["ActiveTab"] = "Rule";
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 <link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;700;800;900&display=swap" rel="stylesheet">

+ 1 - 1
website_natcash/Areas/Millions/Views/Home/TransferWinMoney.cshtml

@@ -3,7 +3,7 @@
     ViewData["Title"] = Lang.millions_transfer;
     Layout = "~/Areas/Millions/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @functions {
     public string FormatMoney(string amount) {
         if (string.IsNullOrEmpty(amount)) return "0";

+ 1 - 1
website_natcash/Controllers/HomeController.cs

@@ -7,9 +7,9 @@ using System.Threading;
 using System.Threading.Tasks;
 using LotteryWebApp.Common;
 using LotteryWebApp.Extensions;
-using LotteryWebApp.Languages;
 using LotteryWebApp.Models;
 using LotteryWebApp.Service;
+using LotteryWebAppNatcash.Languages;
 using Microsoft.AspNetCore.Hosting;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Localization;

+ 1 - 1
website_natcash/Views/Account/ChooseApp.cshtml

@@ -2,7 +2,7 @@
     ViewData["Title"] = "Choose App";
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 <style>
     /* Override the layout backgrounds */
     html, body {

+ 1 - 1
website_natcash/Views/Account/ForgotPassword.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Account/Index.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 
 @model AccountIndex_ViewModel

+ 1 - 1
website_natcash/Views/Account/Login.cshtml

@@ -1,4 +1,4 @@
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @model AccountLogin_ViewModel

+ 1 - 1
website_natcash/Views/Account/Register.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/BuyTicket/Choose.cshtml

@@ -5,7 +5,7 @@
 
 
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @using System.Globalization;

+ 1 - 1
website_natcash/Views/BuyTicket/Index.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/BuyTicket/LastTermResult.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @using LotteryWebApp.Service;

+ 1 - 1
website_natcash/Views/BuyTicket/Payment.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/History/Index.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/History/TicketDetail.cshtml

@@ -1,7 +1,7 @@
 @*
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Models;
 @using LotteryWebApp.Common;
 @using LotteryWebApp.Controllers;

+ 1 - 1
website_natcash/Views/History/UserTicket.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using System.Globalization;
 @using LotteryWebApp.Common;

+ 1 - 1
website_natcash/Views/Home/FAQ.cshtml

@@ -2,7 +2,7 @@
     ViewData["Title"] = "FAQ";
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Home/FlashView.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Home/Index.cshtml

@@ -2,7 +2,7 @@
     ViewData["Title"] = "Home Page";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Home/Results.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @using System.Globalization;

+ 1 - 1
website_natcash/Views/Home/Rules.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Home/TermResultHistory.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @using LotteryWebApp.Service;

+ 1 - 1
website_natcash/Views/Home/Transfer.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_NothingLayout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @using LotteryWebApp.Extensions;

+ 1 - 1
website_natcash/Views/Partial/Inform.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 
 @using LotteryWebApp.Models;
 

+ 1 - 1
website_natcash/Views/Partial/Language.cshtml

@@ -1,7 +1,7 @@
 @*
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Extensions;
 
 @{

+ 1 - 1
website_natcash/Views/Partial/OTP.cshtml

@@ -1,7 +1,7 @@
 @*
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Models;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Profile/ChangePassword.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Models;
 @using LotteryWebApp.Common;

+ 1 - 1
website_natcash/Views/Profile/HowToPlay.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Profile/Index.cshtml

@@ -4,7 +4,7 @@
 }
 
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using System.Globalization;
 @using LotteryWebApp.Common;

+ 1 - 1
website_natcash/Views/Profile/ProfileInfo.cshtml

@@ -3,7 +3,7 @@
     Layout = "~/Views/Shared/_Layout.cshtml";
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Models;
 @using LotteryWebApp.Common;

+ 1 - 1
website_natcash/Views/Shared/Components/AdvertiseArea/AdvertiseArea.cshtml

@@ -1,7 +1,7 @@
 @*
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 
 @model AdvertiseAreaModel

+ 1 - 1
website_natcash/Views/Shared/Components/ChooseForm/ChooseForm.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;

+ 1 - 1
website_natcash/Views/Shared/Components/FooterOutside/FooterOutside.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 
 @model FooterOutsideModel

+ 1 - 1
website_natcash/Views/Shared/Components/HeaderHome/HeaderHome.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 @using LotteryWebApp.Extensions;
 

+ 1 - 1
website_natcash/Views/Shared/Components/LotoNumber/LotoNumber.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 @using LotteryWebApp.Common;
 @using System.Globalization;

+ 1 - 1
website_natcash/Views/Shared/Components/LotoNumberHistory/LotoNumberHistory.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Shared/Components/PaymentForm/PaymentForm.cshtml

@@ -3,7 +3,7 @@
 *@
 
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 @using LotteryWebApp.Common;
 

+ 1 - 1
website_natcash/Views/Shared/Components/ResultForm/ResultForm.cshtml

@@ -1,7 +1,7 @@
 @*
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Common;
 @using LotteryWebApp.Service;

+ 1 - 1
website_natcash/Views/Shared/Components/SmallHeader/SmallHeader.cshtml

@@ -4,7 +4,7 @@
 @{
 }
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Components;
 
 @model SmallHeaderModel

+ 1 - 1
website_natcash/Views/Shared/Components/TicketForm/TicketForm.cshtml

@@ -2,7 +2,7 @@
     For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
 *@
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Components;
 @using LotteryWebApp.Common;

+ 1 - 1
website_natcash/Views/Shared/Components/TicketHistory/TicketHistory.cshtml

@@ -3,7 +3,7 @@
 *@
 
 
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages
 @using LotteryWebApp.Controllers;
 @using LotteryWebApp.Components;
 @using System.Globalization;

+ 1 - 1
website_natcash/Views/Shared/_Layout.cshtml

@@ -137,7 +137,7 @@
 @using Microsoft.Extensions.Configuration;
 @using LotteryWebApp.Extensions;
 @using LotteryWebApp.Common;
-@using LotteryWebApp.Languages;
+@using LotteryWebAppNatcash.Languages