Ejemplo n.º 1
0
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"

            ViewData["Title"] = "Listar";

#line default
#line hidden
            BeginContext(68, 35, true);
            WriteLiteral("\r\n<h1>Lista de Condomínios</h1>\r\n\r\n");
            EndContext();
            BeginContext(103, 67, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "17767ab602c84a3d82776c16727a8971", async() => {
                BeginContext(157, 9, true);
                WriteLiteral("Cadastrar");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_1.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(170, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(172, 47, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("message", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "263e66d89d654654b5caa40f1588e31b", async() => {
            }
                                                                        );
            __Fiap_Web_AspNet_TagHelpers_MessageTagHelper = CreateTagHelper <global::Fiap.Web.AspNet.TagHelpers.MessageTagHelper>();
            __tagHelperExecutionContext.Add(__Fiap_Web_AspNet_TagHelpers_MessageTagHelper);
            BeginWriteTagHelperAttribute();
#line 9 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
            WriteLiteral(TempData["msg"]);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __Fiap_Web_AspNet_TagHelpers_MessageTagHelper.Mensagem = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("mensagem", __Fiap_Web_AspNet_TagHelpers_MessageTagHelper.Mensagem, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(219, 4, true);
            WriteLiteral("\r\n\r\n");
            EndContext();
            BeginContext(223, 241, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b4f914982a5341b48a4007d752bb4ccc", async() => {
                BeginContext(285, 172, true);
                WriteLiteral("\r\n    <input placeholder=\"Digite o nome\" type=\"text\" name=\"termoPesquisa\" class=\"form-control\" />\r\n    <input type=\"submit\" value=\"Buscar\" class=\"ml-2 btn btn-success\" />\r\n");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_2.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Method = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(464, 224, true);
            WriteLiteral("\r\n\r\n<table class=\"table\">\r\n    <tr>\r\n        <th>Nome</th>\r\n        <th>Blocos</th>\r\n        <th>Ativo</th>\r\n        <th>Tipo</th>\r\n        <th>Síndico</th>\r\n        <th>E-mail do Síndico</th>\r\n        <th></th>\r\n    </tr>\r\n");
            EndContext();
#line 26 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
            foreach (var item in Model)
            {
#line default
#line hidden
                BeginContext(729, 30, true);
                WriteLiteral("        <tr>\r\n            <td>");
                EndContext();
                BeginContext(760, 9, false);
#line 29 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                Write(item.Nome);

#line default
#line hidden
                EndContext();
                BeginContext(769, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(793, 11, false);
#line 30 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                Write(item.Blocos);

#line default
#line hidden
                EndContext();
                BeginContext(804, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(829, 26, false);
#line 31 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                Write(item.Ativo ? "Sim" : "Não");

#line default
#line hidden
                EndContext();
                BeginContext(856, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(880, 9, false);
#line 32 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                Write(item.Tipo);

#line default
#line hidden
                EndContext();
                BeginContext(889, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(913, 17, false);
#line 33 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                Write(item.Sindico.Nome);

#line default
#line hidden
                EndContext();
                BeginContext(930, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(954, 18, false);
#line 34 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                Write(item.Sindico.Email);

#line default
#line hidden
                EndContext();
                BeginContext(972, 41, true);
                WriteLiteral("</td>\r\n            <td>\r\n                ");
                EndContext();
                BeginContext(1013, 67, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "172af77658934425bd5812df39d60553", async() => {
                    BeginContext(1070, 6, true);
                    WriteLiteral("Editar");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_5.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 36 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                WriteLiteral(item.CondominioId);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(1080, 25, true);
                WriteLiteral("\r\n                <button");
                EndContext();
                BeginWriteAttribute("onclick", " onclick=\"", 1105, "\"", 1148, 3);
                WriteAttributeValue("", 1115, "codigo.value", 1115, 12, true);
                WriteAttributeValue(" ", 1127, "=", 1128, 2, true);
#line 37 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
                WriteAttributeValue(" ", 1129, item.CondominioId, 1130, 18, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(1149, 193, true);
                WriteLiteral(" type=\"button\" class=\"btn btn-outline-danger btn-sm\" data-toggle=\"modal\" data-target=\"#modalExemplo\">\r\n                    Remover\r\n                </button>\r\n            </td>\r\n        </tr>\r\n");
                EndContext();
#line 42 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\07-Fiap.Web.AspNet\07-Fiap.Web.AspNet\Views\Condominio\Listar.cshtml"
            }

#line default
#line hidden
            BeginContext(1349, 705, true);
            WriteLiteral(@"</table>

<div class=""modal fade"" id=""modalExemplo"" tabindex=""-1"" role=""dialog"" aria-labelledby=""exampleModalLabel"" aria-hidden=""true"">
    <div class=""modal-dialog"" role=""document"">
        <div class=""modal-content"">
            <div class=""modal-header"">
                <h5 class=""modal-title"" id=""exampleModalLabel"">Confirmação</h5>
                <button type=""button"" class=""close"" data-dismiss=""modal"" aria-label=""Fechar"">
                    <span aria-hidden=""true"">&times;</span>
                </button>
            </div>
            <div class=""modal-body"">
                Deseja realmente excluir?
            </div>
            <div class=""modal-footer"">
                ");
            EndContext();
            BeginContext(2054, 301, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2e0e14abfee1411a9649111786e4caa3", async() => {
                BeginContext(2081, 267, true);
                WriteLiteral(@"
                    <input type=""hidden"" name=""id"" id=""codigo"" />
                    <button type=""button"" class=""btn btn-secondary"" data-dismiss=""modal"">Não</button>
                    <button type=""submit"" class=""btn btn-danger"">Sim</button>
                ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_6.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2355, 60, true);
            WriteLiteral("\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n");
            EndContext();
        }
        #pragma warning disable 1998
        public async override global::System.Threading.Tasks.Task ExecuteAsync()
        {
#line 2 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"

            ViewData["Title"] = "listar";

#line default
#line hidden
            BeginContext(63, 30, true);
            WriteLiteral("\r\n<h1>Lista de Séries</h1>\r\n\r\n");
            EndContext();
            BeginContext(93, 62, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "8959bcab6f04440aa2be8d3da3bdc73f", async() => {
                BeginContext(142, 9, true);
                WriteLiteral("Cadastrar");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_0.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0);
            __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Controller = (string)__tagHelperAttribute_1.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(155, 2, true);
            WriteLiteral("\r\n");
            EndContext();
            BeginContext(157, 47, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("message", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "69698e7e72974d4db71df5f46863c1c1", async() => {
            }
                                                                        );
            __Fiap_Web_AspNet_TagHelpers_MessageTagHelper = CreateTagHelper <global::Fiap.Web.AspNet.TagHelpers.MessageTagHelper>();
            __tagHelperExecutionContext.Add(__Fiap_Web_AspNet_TagHelpers_MessageTagHelper);
            BeginWriteTagHelperAttribute();
#line 9 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
            WriteLiteral(TempData["msg"]);

#line default
#line hidden
            __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
            __Fiap_Web_AspNet_TagHelpers_MessageTagHelper.Mensagem = __tagHelperStringValueBuffer;
            __tagHelperExecutionContext.AddTagHelperAttribute("mensagem", __Fiap_Web_AspNet_TagHelpers_MessageTagHelper.Mensagem, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(204, 181, true);
            WriteLiteral("\r\n\r\n<table class=\"table\">\r\n    <tr>\r\n        <th>Nome</th>\r\n        <th>Genero</th>\r\n        <th>Data de Lançamento</th>\r\n        <th>Temporadas</th>\r\n        <th></th>\r\n    </tr>\r\n");
            EndContext();
#line 19 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
            foreach (var item in Model)
            {
#line default
#line hidden
                BeginContext(426, 30, true);
                WriteLiteral("        <tr>\r\n            <td>");
                EndContext();
                BeginContext(457, 9, false);
#line 22 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
                Write(item.Nome);

#line default
#line hidden
                EndContext();
                BeginContext(466, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(490, 11, false);
#line 23 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
                Write(item.Genero);

#line default
#line hidden
                EndContext();
                BeginContext(501, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(525, 38, false);
#line 24 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
                Write(item.DataLancamento.ToLongDateString());

#line default
#line hidden
                EndContext();
                BeginContext(563, 23, true);
                WriteLiteral("</td>\r\n            <td>");
                EndContext();
                BeginContext(587, 15, false);
#line 25 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
                Write(item.Temporadas);

#line default
#line hidden
                EndContext();
                BeginContext(602, 41, true);
                WriteLiteral("</td>\r\n            <td>\r\n                ");
                EndContext();
                BeginContext(643, 62, false);
                __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "50932c7481a742a78b358a9724740037", async() => {
                    BeginContext(695, 6, true);
                    WriteLiteral("Editar");
                    EndContext();
                }
                                                                            );
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>();
                __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper);
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Action = (string)__tagHelperAttribute_2.Value;
                __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_2);
                if (__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues == null)
                {
                    throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues"));
                }
                BeginWriteTagHelperAttribute();
#line 27 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
                WriteLiteral(item.SerieId);

#line default
#line hidden
                __tagHelperStringValueBuffer = EndWriteTagHelperAttribute();
                __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"] = __tagHelperStringValueBuffer;
                __tagHelperExecutionContext.AddTagHelperAttribute("asp-route-id", __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.RouteValues["id"], global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
                await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

                if (!__tagHelperExecutionContext.Output.IsContentModified)
                {
                    await __tagHelperExecutionContext.SetOutputContentAsync();
                }
                Write(__tagHelperExecutionContext.Output);
                __tagHelperExecutionContext = __tagHelperScopeManager.End();
                EndContext();
                BeginContext(705, 76, true);
                WriteLiteral("\r\n                <!-- Botão para acionar modal -->\r\n                <button");
                EndContext();
                BeginWriteAttribute("onclick", " onclick=\"", 781, "\"", 819, 3);
                WriteAttributeValue("", 791, "codigo.value", 791, 12, true);
                WriteAttributeValue(" ", 803, "=", 804, 2, true);
#line 29 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
                WriteAttributeValue(" ", 805, item.SerieId, 806, 13, false);

#line default
#line hidden
                EndWriteAttribute();
                BeginContext(820, 195, true);
                WriteLiteral(" type=\"button\" class=\"btn btn-outline-danger btn-sm\" data-toggle=\"modal\" data-target=\"#modalExemplo\">\r\n                    Remover\r\n                </button>\r\n            </td>\r\n\r\n        </tr>\r\n");
                EndContext();
#line 35 "D:\Documentos\FIAP\Analise e Desenvolvimento de Sistemas\2F\ENTERPRISE APPLICATION DEVELOPMENT\SOLUTIONS\06-Fiap.Web.AspNet\06-Fiap.Web.AspNet\Views\Serie\listar.cshtml"
            }

#line default
#line hidden
            BeginContext(1022, 721, true);
            WriteLiteral(@"</table>

<!-- Modal -->
<div class=""modal fade"" id=""modalExemplo"" tabindex=""-1"" role=""dialog"" aria-labelledby=""exampleModalLabel"" aria-hidden=""true"">
    <div class=""modal-dialog"" role=""document"">
        <div class=""modal-content"">
            <div class=""modal-header"">
                <h5 class=""modal-title"" id=""exampleModalLabel"">Confirmação</h5>
                <button type=""button"" class=""close"" data-dismiss=""modal"" aria-label=""Fechar"">
                    <span aria-hidden=""true"">&times;</span>
                </button>
            </div>
            <div class=""modal-body"">
                Deseja realmente excluir?
            </div>
            <div class=""modal-footer"">
                ");
            EndContext();
            BeginContext(1743, 301, false);
            __tagHelperExecutionContext = __tagHelperScopeManager.Begin("form", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3b614f8d9c484474a8403a2545319c17", async() => {
                BeginContext(1770, 267, true);
                WriteLiteral(@"
                    <input type=""hidden"" name=""id"" id=""codigo"" />
                    <button type=""button"" class=""btn btn-secondary"" data-dismiss=""modal"">Não</button>
                    <button type=""submit"" class=""btn btn-danger"">Sim</button>
                ");
                EndContext();
            }
                                                                        );
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.FormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper>();
            __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_RenderAtEndOfFormTagHelper);
            __Microsoft_AspNetCore_Mvc_TagHelpers_FormTagHelper.Action = (string)__tagHelperAttribute_3.Value;
            __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3);
            await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);

            if (!__tagHelperExecutionContext.Output.IsContentModified)
            {
                await __tagHelperExecutionContext.SetOutputContentAsync();
            }
            Write(__tagHelperExecutionContext.Output);
            __tagHelperExecutionContext = __tagHelperScopeManager.End();
            EndContext();
            BeginContext(2044, 60, true);
            WriteLiteral("\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>\r\n\r\n");
            EndContext();
        }