├── MvcProjectCamp ├── AdminLTE-3.0.4 │ ├── docs │ │ ├── .npmignore │ │ ├── assets │ │ │ ├── css │ │ │ │ └── docs.css │ │ │ ├── img │ │ │ │ ├── logo-xl.png │ │ │ │ ├── logo-xs.png │ │ │ │ ├── AdminLTELogo.png │ │ │ │ ├── user1-128x128.jpg │ │ │ │ ├── user3-128x128.jpg │ │ │ │ ├── user4-128x128.jpg │ │ │ │ ├── user5-128x128.jpg │ │ │ │ ├── user6-128x128.jpg │ │ │ │ ├── user7-128x128.jpg │ │ │ │ └── user8-128x128.jpg │ │ │ └── plugins │ │ │ │ └── fontawesome-free │ │ │ │ └── webfonts │ │ │ │ ├── fa-brands-400.eot │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-solid-900.eot │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-solid-900.woff │ │ │ │ ├── fa-brands-400.woff │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.eot │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ └── fa-regular-400.woff2 │ │ ├── Gemfile │ │ ├── _layouts │ │ │ ├── page.html │ │ │ ├── post.html │ │ │ └── default.html │ │ └── _includes │ │ │ ├── footer.html │ │ │ └── foot.html │ ├── .npmignore │ ├── plugins │ │ ├── .npmignore │ │ ├── daterangepicker │ │ │ ├── example │ │ │ │ └── browserify │ │ │ │ │ ├── bundle.js │ │ │ │ │ └── README.md │ │ │ ├── drp.png │ │ │ └── bower.json │ │ ├── summernote │ │ │ ├── summernote.min.js.LICENSE.txt │ │ │ ├── summernote-bs4.min.js.LICENSE.txt │ │ │ ├── summernote-lite.min.js.LICENSE.txt │ │ │ ├── lang │ │ │ │ ├── summernote-ar-AR.min.js.LICENSE.txt │ │ │ │ ├── summernote-az-AZ.min.js.LICENSE.txt │ │ │ │ ├── summernote-bg-BG.min.js.LICENSE.txt │ │ │ │ ├── summernote-ca-ES.min.js.LICENSE.txt │ │ │ │ ├── summernote-cs-CZ.min.js.LICENSE.txt │ │ │ │ ├── summernote-da-DK.min.js.LICENSE.txt │ │ │ │ ├── summernote-de-DE.min.js.LICENSE.txt │ │ │ │ ├── summernote-el-GR.min.js.LICENSE.txt │ │ │ │ ├── summernote-es-ES.min.js.LICENSE.txt │ │ │ │ ├── summernote-es-EU.min.js.LICENSE.txt │ │ │ │ ├── summernote-fa-IR.min.js.LICENSE.txt │ │ │ │ ├── summernote-fi-FI.min.js.LICENSE.txt │ │ │ │ ├── summernote-fr-FR.min.js.LICENSE.txt │ │ │ │ ├── summernote-gl-ES.min.js.LICENSE.txt │ │ │ │ ├── summernote-he-IL.min.js.LICENSE.txt │ │ │ │ ├── summernote-hr-HR.min.js.LICENSE.txt │ │ │ │ ├── summernote-hu-HU.min.js.LICENSE.txt │ │ │ │ ├── summernote-id-ID.min.js.LICENSE.txt │ │ │ │ ├── summernote-it-IT.min.js.LICENSE.txt │ │ │ │ ├── summernote-ja-JP.min.js.LICENSE.txt │ │ │ │ ├── summernote-ko-KR.min.js.LICENSE.txt │ │ │ │ ├── summernote-lt-LT.min.js.LICENSE.txt │ │ │ │ ├── summernote-lt-LV.min.js.LICENSE.txt │ │ │ │ ├── summernote-mn-MN.min.js.LICENSE.txt │ │ │ │ ├── summernote-nb-NO.min.js.LICENSE.txt │ │ │ │ ├── summernote-nl-NL.min.js.LICENSE.txt │ │ │ │ ├── summernote-pl-PL.min.js.LICENSE.txt │ │ │ │ ├── summernote-pt-BR.min.js.LICENSE.txt │ │ │ │ ├── summernote-pt-PT.min.js.LICENSE.txt │ │ │ │ ├── summernote-ro-RO.min.js.LICENSE.txt │ │ │ │ ├── summernote-ru-RU.min.js.LICENSE.txt │ │ │ │ ├── summernote-sk-SK.min.js.LICENSE.txt │ │ │ │ ├── summernote-sl-SI.min.js.LICENSE.txt │ │ │ │ ├── summernote-sr-RS.min.js.LICENSE.txt │ │ │ │ ├── summernote-sv-SE.min.js.LICENSE.txt │ │ │ │ ├── summernote-ta-IN.min.js.LICENSE.txt │ │ │ │ ├── summernote-th-TH.min.js.LICENSE.txt │ │ │ │ ├── summernote-tr-TR.min.js.LICENSE.txt │ │ │ │ ├── summernote-uk-UA.min.js.LICENSE.txt │ │ │ │ ├── summernote-uz-UZ.min.js.LICENSE.txt │ │ │ │ ├── summernote-vi-VN.min.js.LICENSE.txt │ │ │ │ ├── summernote-zh-CN.min.js.LICENSE.txt │ │ │ │ ├── summernote-zh-TW.min.js.LICENSE.txt │ │ │ │ └── summernote-sr-RS-Latin.min.js.LICENSE.txt │ │ │ ├── font │ │ │ │ ├── summernote.eot │ │ │ │ ├── summernote.ttf │ │ │ │ ├── summernote.woff │ │ │ │ └── summernote.woff2 │ │ │ └── plugin │ │ │ │ └── databasic │ │ │ │ └── summernote-ext-databasic.css │ │ ├── fontawesome-free │ │ │ └── webfonts │ │ │ │ ├── fa-solid-900.eot │ │ │ │ ├── fa-solid-900.ttf │ │ │ │ ├── fa-brands-400.eot │ │ │ │ ├── fa-brands-400.ttf │ │ │ │ ├── fa-brands-400.woff │ │ │ │ ├── fa-brands-400.woff2 │ │ │ │ ├── fa-regular-400.eot │ │ │ │ ├── fa-regular-400.ttf │ │ │ │ ├── fa-regular-400.woff │ │ │ │ ├── fa-solid-900.woff │ │ │ │ ├── fa-solid-900.woff2 │ │ │ │ └── fa-regular-400.woff2 │ │ ├── datatables-colreorder │ │ │ └── css │ │ │ │ ├── colReorder.bootstrap4.min.css │ │ │ │ └── colReorder.bootstrap4.css │ │ ├── flag-icon-css │ │ │ └── flags │ │ │ │ ├── 1x1 │ │ │ │ ├── bd.svg │ │ │ │ ├── de.svg │ │ │ │ ├── bq.svg │ │ │ │ ├── nl.svg │ │ │ │ ├── pl.svg │ │ │ │ ├── am.svg │ │ │ │ ├── dk.svg │ │ │ │ ├── gl.svg │ │ │ │ ├── lu.svg │ │ │ │ ├── fi.svg │ │ │ │ ├── gb-eng.svg │ │ │ │ ├── gb-sct.svg │ │ │ │ ├── id.svg │ │ │ │ ├── lv.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── ua.svg │ │ │ │ ├── at.svg │ │ │ │ ├── ma.svg │ │ │ │ ├── es-ca.svg │ │ │ │ ├── bw.svg │ │ │ │ ├── ng.svg │ │ │ │ ├── ae.svg │ │ │ │ ├── hu.svg │ │ │ │ ├── ye.svg │ │ │ │ ├── ga.svg │ │ │ │ ├── ml.svg │ │ │ │ ├── ne.svg │ │ │ │ ├── td.svg │ │ │ │ ├── ci.svg │ │ │ │ ├── be.svg │ │ │ │ ├── bl.svg │ │ │ │ ├── co.svg │ │ │ │ ├── fr.svg │ │ │ │ ├── gf.svg │ │ │ │ ├── gh.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── ie.svg │ │ │ │ ├── it.svg │ │ │ │ ├── mf.svg │ │ │ │ ├── mq.svg │ │ │ │ ├── pm.svg │ │ │ │ ├── re.svg │ │ │ │ ├── ru.svg │ │ │ │ ├── th.svg │ │ │ │ ├── wf.svg │ │ │ │ ├── yt.svg │ │ │ │ ├── bg.svg │ │ │ │ ├── cr.svg │ │ │ │ ├── dz.svg │ │ │ │ ├── gn.svg │ │ │ │ ├── mg.svg │ │ │ │ ├── mv.svg │ │ │ │ ├── ro.svg │ │ │ │ ├── ch.svg │ │ │ │ ├── sr.svg │ │ │ │ ├── no.svg │ │ │ │ ├── sj.svg │ │ │ │ ├── tt.svg │ │ │ │ ├── mu.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── ee.svg │ │ │ │ ├── lc.svg │ │ │ │ ├── bf.svg │ │ │ │ ├── to.svg │ │ │ │ ├── jm.svg │ │ │ │ ├── gm.svg │ │ │ │ ├── mk.svg │ │ │ │ ├── ss.svg │ │ │ │ ├── sn.svg │ │ │ │ ├── mr.svg │ │ │ │ ├── lt.svg │ │ │ │ └── sl.svg │ │ │ │ └── 4x3 │ │ │ │ ├── bd.svg │ │ │ │ ├── de.svg │ │ │ │ ├── gl.svg │ │ │ │ ├── am.svg │ │ │ │ ├── bq.svg │ │ │ │ ├── nl.svg │ │ │ │ ├── lu.svg │ │ │ │ ├── pl.svg │ │ │ │ ├── gb-sct.svg │ │ │ │ ├── dk.svg │ │ │ │ ├── fi.svg │ │ │ │ ├── lv.svg │ │ │ │ ├── at.svg │ │ │ │ ├── id.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── ua.svg │ │ │ │ ├── gb-eng.svg │ │ │ │ ├── ma.svg │ │ │ │ ├── ae.svg │ │ │ │ ├── bw.svg │ │ │ │ ├── es-ca.svg │ │ │ │ ├── ng.svg │ │ │ │ ├── td.svg │ │ │ │ ├── ne.svg │ │ │ │ ├── ga.svg │ │ │ │ ├── gh.svg │ │ │ │ ├── hu.svg │ │ │ │ ├── ml.svg │ │ │ │ ├── sl.svg │ │ │ │ ├── ye.svg │ │ │ │ ├── ci.svg │ │ │ │ ├── bg.svg │ │ │ │ ├── dz.svg │ │ │ │ ├── mv.svg │ │ │ │ ├── ru.svg │ │ │ │ ├── th.svg │ │ │ │ ├── be.svg │ │ │ │ ├── bl.svg │ │ │ │ ├── co.svg │ │ │ │ ├── fr.svg │ │ │ │ ├── gf.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── ie.svg │ │ │ │ ├── it.svg │ │ │ │ ├── mf.svg │ │ │ │ ├── mq.svg │ │ │ │ ├── pm.svg │ │ │ │ ├── re.svg │ │ │ │ ├── wf.svg │ │ │ │ ├── yt.svg │ │ │ │ ├── cr.svg │ │ │ │ ├── gn.svg │ │ │ │ ├── mg.svg │ │ │ │ ├── ro.svg │ │ │ │ ├── tt.svg │ │ │ │ ├── sr.svg │ │ │ │ ├── ch.svg │ │ │ │ ├── ee.svg │ │ │ │ ├── no.svg │ │ │ │ ├── sj.svg │ │ │ │ ├── mu.svg │ │ │ │ ├── cd.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── bf.svg │ │ │ │ ├── lc.svg │ │ │ │ ├── mk.svg │ │ │ │ ├── to.svg │ │ │ │ ├── ss.svg │ │ │ │ ├── jm.svg │ │ │ │ ├── sn.svg │ │ │ │ ├── lt.svg │ │ │ │ ├── mr.svg │ │ │ │ └── vc.svg │ │ ├── datatables-keytable │ │ │ └── css │ │ │ │ ├── keyTable.bootstrap4.min.css │ │ │ │ └── keyTable.bootstrap4.css │ │ ├── datatables-rowreorder │ │ │ └── css │ │ │ │ └── rowReorder.bootstrap4.min.css │ │ ├── datatables-fixedheader │ │ │ └── css │ │ │ │ ├── fixedHeader.bootstrap4.min.css │ │ │ │ └── fixedHeader.bootstrap4.css │ │ └── datatables-rowgroup │ │ │ └── css │ │ │ └── rowGroup.bootstrap4.min.css │ ├── login-form-19 │ │ ├── css │ │ │ └── bootstrap │ │ │ │ ├── mixins │ │ │ │ ├── _border-radius.css │ │ │ │ ├── _screen-reader.css │ │ │ │ └── _visibility.css │ │ │ │ ├── utilities │ │ │ │ └── _stretched-link.css │ │ │ │ └── _media.css │ │ ├── js │ │ │ └── main.js │ │ ├── scss │ │ │ └── bootstrap │ │ │ │ ├── utilities │ │ │ │ ├── _clearfix.scss │ │ │ │ ├── _overflow.scss │ │ │ │ ├── _screenreaders.scss │ │ │ │ ├── _visibility.scss │ │ │ │ ├── _shadows.scss │ │ │ │ ├── _float.scss │ │ │ │ ├── _align.scss │ │ │ │ └── _background.scss │ │ │ │ ├── _media.scss │ │ │ │ ├── mixins │ │ │ │ ├── _clearfix.scss │ │ │ │ ├── _size.scss │ │ │ │ ├── _lists.scss │ │ │ │ ├── _text-truncate.scss │ │ │ │ ├── _visibility.scss │ │ │ │ ├── _resize.scss │ │ │ │ ├── _alert.scss │ │ │ │ ├── _nav-divider.scss │ │ │ │ ├── _text-hide.scss │ │ │ │ ├── _badge.scss │ │ │ │ ├── _transition.scss │ │ │ │ ├── _text-emphasis.scss │ │ │ │ └── _float.scss │ │ │ │ ├── _transitions.scss │ │ │ │ ├── bootstrap-reboot.scss │ │ │ │ └── _jumbotron.scss │ │ ├── images │ │ │ └── bg.jpg │ │ └── main.html │ ├── login-form-20 │ │ ├── css │ │ │ └── bootstrap │ │ │ │ ├── mixins │ │ │ │ ├── _border-radius.css │ │ │ │ ├── _reset-text.css │ │ │ │ ├── _screen-reader.css │ │ │ │ ├── _text-hide.css │ │ │ │ └── _visibility.css │ │ │ │ ├── utilities │ │ │ │ └── _stretched-link.css │ │ │ │ └── _media.css │ │ ├── scss │ │ │ └── bootstrap │ │ │ │ ├── utilities │ │ │ │ ├── _clearfix.scss │ │ │ │ ├── _overflow.scss │ │ │ │ ├── _screenreaders.scss │ │ │ │ ├── _visibility.scss │ │ │ │ ├── _shadows.scss │ │ │ │ ├── _float.scss │ │ │ │ ├── _align.scss │ │ │ │ └── _background.scss │ │ │ │ ├── _media.scss │ │ │ │ ├── mixins │ │ │ │ ├── _clearfix.scss │ │ │ │ ├── _size.scss │ │ │ │ ├── _lists.scss │ │ │ │ ├── _text-truncate.scss │ │ │ │ ├── _visibility.scss │ │ │ │ ├── _resize.scss │ │ │ │ ├── _alert.scss │ │ │ │ ├── _nav-divider.scss │ │ │ │ ├── _text-hide.scss │ │ │ │ ├── _badge.scss │ │ │ │ ├── _transition.scss │ │ │ │ ├── _text-emphasis.scss │ │ │ │ └── _float.scss │ │ │ │ ├── _transitions.scss │ │ │ │ ├── bootstrap-reboot.scss │ │ │ │ └── _jumbotron.scss │ │ ├── images │ │ │ └── bg.jpg │ │ └── main.html │ ├── .eslintignore │ ├── dist │ │ └── img │ │ │ ├── 2.png │ │ │ ├── 4.png │ │ │ ├── icons.png │ │ │ ├── avatar.png │ │ │ ├── avatar2.png │ │ │ ├── avatar3.png │ │ │ ├── avatar5.png │ │ │ ├── photo1.png │ │ │ ├── photo2.png │ │ │ ├── photo3.jpg │ │ │ ├── photo4.jpg │ │ │ ├── prod-1.jpg │ │ │ ├── prod-2.jpg │ │ │ ├── prod-3.jpg │ │ │ ├── prod-4.jpg │ │ │ ├── prod-5.jpg │ │ │ ├── avatar04.png │ │ │ ├── boxed-bg.jpg │ │ │ ├── boxed-bg.png │ │ │ ├── AdminLTELogo.png │ │ │ ├── credit │ │ │ ├── visa.png │ │ │ ├── cirrus.png │ │ │ ├── mestro.png │ │ │ ├── paypal.png │ │ │ ├── paypal2.png │ │ │ ├── mastercard.png │ │ │ └── american-express.png │ │ │ ├── default-150x150.png │ │ │ ├── user1-128x128.jpg │ │ │ ├── user2-160x160.jpg │ │ │ ├── user3-128x128.jpg │ │ │ ├── user4-128x128.jpg │ │ │ ├── user5-128x128.jpg │ │ │ ├── user6-128x128.jpg │ │ │ ├── user7-128x128.jpg │ │ │ └── user8-128x128.jpg │ ├── MySiteImages │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── web │ │ ├── images │ │ │ ├── exp.jpg │ │ │ ├── g1.jpg │ │ │ ├── g2.jpg │ │ │ ├── g3.jpg │ │ │ ├── g4.jpg │ │ │ ├── g5.jpg │ │ │ ├── g6.jpg │ │ │ ├── g7.jpg │ │ │ ├── g8.jpg │ │ │ ├── g9.jpg │ │ │ ├── close.png │ │ │ ├── next.png │ │ │ ├── prev.png │ │ │ ├── serve.jpg │ │ │ ├── stats.jpg │ │ │ ├── banner.jpg │ │ │ ├── contact.jpg │ │ │ ├── loader.gif │ │ │ ├── move_up.png │ │ │ └── testimonials.jpg │ │ ├── w3layouts-license.txt │ │ └── webfonts │ │ │ ├── fa-brands-400.eot │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-solid-900.eot │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff │ │ │ ├── fa-brands-400.woff │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.eot │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff │ │ │ ├── fa-regular-400.woff2 │ │ │ └── fa-solid-900.woff2 │ ├── MyAbout │ │ ├── images │ │ │ ├── 5.jpg │ │ │ ├── img1.jpg │ │ │ └── sprite.png │ │ └── w3layouts-License.txt │ ├── colorlib-error-404-10 │ │ ├── img │ │ │ └── bg.jpg │ │ └── readme.txt │ ├── colorlib-regform-35 │ │ ├── images │ │ │ └── form-v9.jpg │ │ ├── readme.txt │ │ └── fonts │ │ │ └── Nunito │ │ │ ├── Nunito-Bold.ttf │ │ │ ├── Nunito-Black.ttf │ │ │ ├── Nunito-Italic.ttf │ │ │ ├── Nunito-Light.ttf │ │ │ ├── Nunito-ExtraBold.ttf │ │ │ ├── Nunito-Regular.ttf │ │ │ ├── Nunito-SemiBold.ttf │ │ │ ├── Nunito-BlackItalic.ttf │ │ │ ├── Nunito-BoldItalic.ttf │ │ │ ├── Nunito-ExtraLight.ttf │ │ │ ├── Nunito-LightItalic.ttf │ │ │ ├── Nunito-SemiBoldItalic.ttf │ │ │ ├── Nunito-ExtraBoldItalic.ttf │ │ │ └── Nunito-ExtraLightItalic.ttf │ ├── .editorconfig │ ├── build │ │ ├── scss │ │ │ ├── parts │ │ │ │ ├── _miscellaneous.scss │ │ │ │ ├── _core.scss │ │ │ │ ├── _extra-components.scss │ │ │ │ ├── _components.scss │ │ │ │ ├── _pages.scss │ │ │ │ └── _plugins.scss │ │ │ ├── pages │ │ │ │ ├── _invoice.scss │ │ │ │ └── _projects.scss │ │ │ ├── _elevation.scss │ │ │ ├── _mixins.scss │ │ │ ├── mixins │ │ │ │ ├── _direct-chat.scss │ │ │ │ └── _toasts.scss │ │ │ └── _carousel.scss │ │ └── config │ │ │ └── postcss.config.js │ ├── .babelrc │ ├── .browserslistrc │ ├── another-403-forbidden-pen │ │ └── README.markdown │ └── .travis.yml ├── Views │ ├── Category │ │ └── Index.cshtml │ ├── _ViewStart.cshtml │ ├── Home │ │ ├── About.cshtml │ │ └── Contact.cshtml │ ├── Shared │ │ └── Error.cshtml │ └── Content │ │ └── GetAllContent.cshtml ├── favicon.ico ├── Global.asax ├── Images │ ├── atilla.png.png │ └── tropikal-turkuaz-deniz-duvar-kagidi-2560x1080_14.jpg.jpg ├── Scripts │ └── src │ │ └── utils │ │ ├── isBrowser.js │ │ ├── isNumeric.js │ │ ├── getWindow.js │ │ ├── isModifierEnabled.js │ │ ├── isOffsetContainer.js │ │ ├── getRoot.js │ │ ├── getParentNode.js │ │ ├── getClientRect.js │ │ ├── getOppositePlacement.js │ │ ├── isFunction.js │ │ ├── getReferenceNode.js │ │ ├── getOppositeVariation.js │ │ └── find.js ├── Models │ ├── CategoryClass.cs │ └── HeadingByCalendar.cs └── App_Start │ └── FilterConfig.cs ├── SS └── Screen Shot 13.06.2021 at 14.18.png ├── statistics └── Screen Shot 11.05.2021 at 16.12.png ├── DataAccess ├── packages.config ├── Abstract │ ├── IAdminDal.cs │ ├── IRoleDal.cs │ ├── IAbilityDal.cs │ ├── IImageFileDal.cs │ ├── IMessageDal.cs │ ├── IMyAboutDal.cs │ ├── ICategoryDal.cs │ ├── IContactDal.cs │ ├── IWriterDal.cs │ ├── IAboutDal.cs │ ├── IContentDal.cs │ └── IHeadingDal.cs ├── Concrete │ └── EntityFramework │ │ ├── EfRoleDal.cs │ │ ├── EfAbilityDal.cs │ │ ├── EfMessageDal.cs │ │ ├── EfMyAboutDal.cs │ │ ├── EfImageFileDal.cs │ │ ├── EfAboutDal.cs │ │ ├── EfAdminDal.cs │ │ ├── EfWriterDal.cs │ │ ├── EfContactDal.cs │ │ ├── EfContentDal.cs │ │ ├── EfHeadingDal.cs │ │ └── EfCategoryDal.cs └── Migrations │ ├── 202106131036294_mig_admin.cs │ ├── 202106160639079_mig_writerRole.cs │ ├── 202106042105345_mig_idDrafAdded.cs │ ├── 202106130944032_mig_messageIsRead.cs │ ├── 202107060653455_mig_adminRoleAdded.cs │ ├── 202105231203112_mig_writerAddStatus.cs │ ├── 202106041207077_mig_contactAddDate.cs │ └── 202107051028492_mig_adminStatusAdded.cs ├── Core ├── Entity │ └── IEntity.cs └── DataAccess │ └── IEntityRepository.cs ├── Business ├── Abstract │ ├── RoleService.cs │ ├── IImageFileService.cs │ ├── IRoleService.cs │ ├── IAbilityService.cs │ ├── IWriterLoginService.cs │ ├── IAdminService.cs │ ├── IAuthService.cs │ ├── IContactService.cs │ ├── IHeadingService.cs │ ├── IMyAboutService.cs │ └── IWriterService.cs ├── packages.config └── Concrete │ └── RoleManager.cs └── Entity ├── Concrete ├── OperationClaim.cs ├── Ability.cs ├── Role.cs └── ImageFile.cs └── DTOs └── LoginDto.cs /MvcProjectCamp/AdminLTE-3.0.4/docs/.npmignore: -------------------------------------------------------------------------------- 1 | * 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/.npmignore: -------------------------------------------------------------------------------- 1 | !/docs_html/ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/.npmignore: -------------------------------------------------------------------------------- 1 | * 2 | !/plugins/flot-old/ 3 | -------------------------------------------------------------------------------- /MvcProjectCamp/Views/Category/Index.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = null; 3 | } 4 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/css/bootstrap/mixins/_border-radius.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/css/bootstrap/mixins/_screen-reader.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/css/bootstrap/mixins/_visibility.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/mixins/_border-radius.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/mixins/_reset-text.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/mixins/_screen-reader.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/mixins/_text-hide.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/mixins/_visibility.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/daterangepicker/example/browserify/bundle.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MvcProjectCamp/Views/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = "~/Views/Shared/_Layout.cshtml"; 3 | } 4 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/css/docs.css: -------------------------------------------------------------------------------- 1 | .max-height-300 pre { 2 | max-height: 300px 3 | } 4 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/.eslintignore: -------------------------------------------------------------------------------- 1 | **/*.min.js 2 | **/plugins/* 3 | **/dist/* 4 | **/build/npm 5 | ad.js 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/favicon.ico -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/js/main.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | 3 | "use strict"; 4 | 5 | 6 | })(jQuery); 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /MvcProjectCamp/Global.asax: -------------------------------------------------------------------------------- 1 | <%@ Application Codebehind="Global.asax.cs" Inherits="MvcProjectCamp.MvcApplication" Language="C#" %> 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/Images/atilla.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/Images/atilla.png.png -------------------------------------------------------------------------------- /SS/Screen Shot 13.06.2021 at 14.18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/SS/Screen Shot 13.06.2021 at 14.18.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/2.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/4.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/1.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/2.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/3.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/4.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/5.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/6.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/7.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/8.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MySiteImages/9.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/icons.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/exp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/exp.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g1.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g2.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g3.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g4.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g5.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g6.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g7.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g8.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/g9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/g9.jpg -------------------------------------------------------------------------------- /statistics/Screen Shot 11.05.2021 at 16.12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/statistics/Screen Shot 11.05.2021 at 16.12.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MyAbout/images/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MyAbout/images/5.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar2.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar3.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar5.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo1.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo2.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo3.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/photo4.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-1.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-2.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-3.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-4.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/prod-5.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/close.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/next.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/prev.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/serve.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/serve.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/stats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/stats.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MyAbout/images/img1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MyAbout/images/img1.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/avatar04.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/boxed-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/boxed-bg.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/boxed-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/boxed-bg.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/summernote.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/banner.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/contact.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/loader.gif -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/move_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/move_up.png -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/isBrowser.js: -------------------------------------------------------------------------------- 1 | export default typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined'; 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MyAbout/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MyAbout/images/sprite.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/AdminLTELogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/AdminLTELogo.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/visa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/visa.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/summernote-bs4.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/summernote-lite.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/w3layouts-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/w3layouts-license.txt -------------------------------------------------------------------------------- /DataAccess/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/cirrus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/cirrus.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/mestro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/mestro.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/paypal.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/paypal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/paypal2.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/default-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/default-150x150.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user1-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user1-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user2-160x160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user2-160x160.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user3-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user3-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user4-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user4-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user5-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user5-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user6-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user6-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user7-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user7-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/user8-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/user8-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/logo-xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/logo-xl.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/logo-xs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/logo-xs.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/login-form-19/images/bg.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/login-form-20/images/bg.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ar-AR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-az-AZ.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-bg-BG.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ca-ES.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-cs-CZ.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-da-DK.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-de-DE.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-el-GR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-es-ES.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-es-EU.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-fa-IR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-fi-FI.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-fr-FR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-gl-ES.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-he-IL.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-hr-HR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-hu-HU.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-id-ID.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-it-IT.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ja-JP.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ko-KR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-lt-LT.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-lt-LV.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-mn-MN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-nb-NO.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-nl-NL.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-pl-PL.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-pt-BR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-pt-PT.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ro-RO.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ru-RU.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-sk-SK.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-sl-SI.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-sr-RS.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-sv-SE.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-ta-IN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-th-TH.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-tr-TR.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-uk-UA.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-uz-UZ.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-vi-VN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-zh-CN.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-zh-TW.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/images/testimonials.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/images/testimonials.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/MyAbout/w3layouts-License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/MyAbout/w3layouts-License.txt -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/mastercard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/mastercard.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem "jekyll", "~> 3.8.5" 4 | 5 | gem "rouge" 6 | 7 | gem 'github-pages', group: :jekyll_plugins 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-error-404-10/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-error-404-10/img/bg.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/AdminLTELogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/AdminLTELogo.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user1-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user1-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user3-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user3-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user4-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user4-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user5-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user5-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user6-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user6-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user7-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user7-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user8-128x128.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/img/user8-128x128.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/_media.scss: -------------------------------------------------------------------------------- 1 | .media { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .media-body { 7 | flex: 1; 8 | } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/_media.scss: -------------------------------------------------------------------------------- 1 | .media { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .media-body { 7 | flex: 1; 8 | } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/daterangepicker/drp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/daterangepicker/drp.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/lang/summernote-sr-RS-Latin.min.js.LICENSE.txt: -------------------------------------------------------------------------------- 1 | /*! Summernote v0.8.18 | (c) 2013- Alan Hong and other contributors | MIT license */ 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/web/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/images/form-v9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/images/form-v9.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/readme.txt: -------------------------------------------------------------------------------- 1 | This template was made by Colorlib (https://colorlib.com) 2 | Please visit our website for more awesome templates, themes and tools. 3 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/american-express.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/dist/img/credit/american-express.png -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-error-404-10/readme.txt: -------------------------------------------------------------------------------- 1 | This template was made by Colorlib (https://colorlib.com) 2 | Please visit our website for more awesome templates, themes and tools. 3 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | @mixin clearfix() { 2 | &::after { 3 | display: block; 4 | clear: both; 5 | content: ""; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | @mixin clearfix() { 2 | &::after { 3 | display: block; 4 | clear: both; 5 | content: ""; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/font/summernote.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | end_of_line = lf 6 | insert_final_newline = true 7 | indent_style = space 8 | indent_size = 2 9 | 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/Views/Home/About.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "About"; 3 | } 4 |

@ViewBag.Title.

5 |

@ViewBag.Message

6 | 7 |

Use this area to provide additional information.

8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Bold.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/Images/tropikal-turkuaz-deniz-duvar-kagidi-2560x1080_14.jpg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/Images/tropikal-turkuaz-deniz-duvar-kagidi-2560x1080_14.jpg.jpg -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Black.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Italic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Light.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /DataAccess/Abstract/IAdminDal.cs: -------------------------------------------------------------------------------- 1 | using Core.DataAccess; 2 | using Entity.Concrete; 3 | 4 | namespace DataAccess.Abstract 5 | { 6 | public interface IAdminDal : IEntityRepository 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IRoleDal.cs: -------------------------------------------------------------------------------- 1 | using Core.DataAccess; 2 | using Entity.Concrete; 3 | 4 | namespace DataAccess.Abstract 5 | { 6 | public interface IRoleDal : IEntityRepository 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraBold.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-Regular.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-SemiBold.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-BlackItalic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-BoldItalic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraLight.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-LightItalic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /DataAccess/Abstract/IAbilityDal.cs: -------------------------------------------------------------------------------- 1 | using Core.DataAccess; 2 | using Entity.Concrete; 3 | 4 | namespace DataAccess.Abstract 5 | { 6 | public interface IAbilityDal : IEntityRepository 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IImageFileDal.cs: -------------------------------------------------------------------------------- 1 | using Core.DataAccess; 2 | using Entity.Concrete; 3 | 4 | namespace DataAccess.Abstract 5 | { 6 | public interface IImageFileDal:IEntityRepository 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IMessageDal.cs: -------------------------------------------------------------------------------- 1 | using Core.DataAccess; 2 | using Entity.Concrete; 3 | 4 | namespace DataAccess.Abstract 5 | { 6 | public interface IMessageDal : IEntityRepository 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IMyAboutDal.cs: -------------------------------------------------------------------------------- 1 | using Core.DataAccess; 2 | using Entity.Concrete; 3 | 4 | namespace DataAccess.Abstract 5 | { 6 | public interface IMyAboutDal : IEntityRepository 7 | { 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_overflow.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $value in $overflows { 4 | .overflow-#{$value} { overflow: $value !important; } 5 | } 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_overflow.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $value in $overflows { 4 | .overflow-#{$value} { overflow: $value !important; } 5 | } 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/colorlib-regform-35/fonts/Nunito/Nunito-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /MvcProjectCamp/Models/CategoryClass.cs: -------------------------------------------------------------------------------- 1 | 2 | namespace MvcProjectCamp.Models 3 | { 4 | public class CategoryClass 5 | { 6 | public string CategoryName { get; set; } 7 | public int CategoryCount { get; set; } 8 | } 9 | } -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.eot -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.woff -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height: $width) { 4 | width: $width; 5 | height: $height; 6 | @include deprecate("`size()`", "v4.3.0", "v5"); 7 | } 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height: $width) { 4 | width: $width; 5 | height: $height; 6 | @include deprecate("`size()`", "v4.3.0", "v5"); 7 | } 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/parts/_miscellaneous.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Part: Miscellaneous 3 | // 4 | 5 | @import '../miscellaneous'; 6 | @import '../print'; 7 | @import '../text'; 8 | @import '../elevation'; 9 | @import '../colors'; 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atillakalay/MvcProjectCamp/HEAD/MvcProjectCamp/AdminLTE-3.0.4/docs/assets/plugins/fontawesome-free/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_screenreaders.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Screenreaders 3 | // 4 | 5 | .sr-only { 6 | @include sr-only(); 7 | } 8 | 9 | .sr-only-focusable { 10 | @include sr-only-focusable(); 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_screenreaders.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Screenreaders 3 | // 4 | 5 | .sr-only { 6 | @include sr-only(); 7 | } 8 | 9 | .sr-only-focusable { 10 | @include sr-only-focusable(); 11 | } 12 | -------------------------------------------------------------------------------- /Core/Entity/IEntity.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace Core.Entity 8 | { 9 | public interface IEntity 10 | { 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-colreorder/css/colReorder.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0275d8;z-index:201} 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/bd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/bd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /DataAccess/Abstract/ICategoryDal.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using Core.DataAccess; 3 | using Entity.Concrete; 4 | 5 | namespace DataAccess.Abstract 6 | { 7 | public interface ICategoryDal : IEntityRepository 8 | { 9 | 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /Business/Abstract/RoleService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace Business.Abstract 8 | { 9 | public interface RoleService 10 | { 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/pages/_invoice.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Pages: Invoice 3 | // 4 | 5 | .invoice { 6 | background: $white; 7 | border: 1px solid $card-border-color; 8 | position: relative; 9 | } 10 | 11 | .invoice-title { 12 | margin-top: 0; 13 | } 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": [ 3 | [ 4 | "@babel/preset-env", 5 | { 6 | "loose": true, 7 | "modules": false 8 | } 9 | ] 10 | ], 11 | "plugins": [ 12 | "@babel/plugin-external-helpers" 13 | ] 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/.browserslistrc: -------------------------------------------------------------------------------- 1 | # https://github.com/browserslist/browserslist#readme 2 | 3 | >= 1% 4 | last 1 major version 5 | not dead 6 | Chrome >= 45 7 | Firefox >= 38 8 | Edge >= 12 9 | Explorer >= 10 10 | iOS >= 9 11 | Safari >= 9 12 | Android >= 4.4 13 | Opera >= 30 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Visibility 4 | 5 | @mixin invisible($visibility) { 6 | visibility: $visibility !important; 7 | @include deprecate("`invisible()`", "v4.3.0", "v5"); 8 | } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Visibility 4 | 5 | @mixin invisible($visibility) { 6 | visibility: $visibility !important; 7 | @include deprecate("`invisible()`", "v4.3.0", "v5"); 8 | } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/de.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/bq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Business/Abstract/IImageFileService.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using Entity.Concrete; 3 | 4 | namespace Business.Abstract 5 | { 6 | public interface IImageFileService 7 | { 8 | List GetAll(); 9 | void Add(ImageFile imageFile); 10 | } 11 | 12 | } 13 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfRoleDal.cs: -------------------------------------------------------------------------------- 1 | using DataAccess.Abstract; 2 | using DataAccess.Concrete.Repositories; 3 | using Entity.Concrete; 4 | 5 | namespace DataAccess.Concrete.EntityFramework 6 | { 7 | public class EfRoleDal : GenericRepository, IRoleDal 8 | { 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/daterangepicker/example/browserify/README.md: -------------------------------------------------------------------------------- 1 | # Browserify example 2 | 3 | Two steps need to be done for this to work 4 | 5 | In the project root 6 | 7 | npm install 8 | 9 | In this folder 10 | 11 | ../../node_modules/.bin/browserify main.js -o bundle.js 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/bq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/nl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/pl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/am.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/lu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfAbilityDal.cs: -------------------------------------------------------------------------------- 1 | using DataAccess.Abstract; 2 | using DataAccess.Concrete.Repositories; 3 | using Entity.Concrete; 4 | 5 | namespace DataAccess.Concrete.EntityFramework 6 | { 7 | public class EfAbilityDal : GenericRepository, IAbilityDal 8 | { 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfMessageDal.cs: -------------------------------------------------------------------------------- 1 | using DataAccess.Abstract; 2 | using DataAccess.Concrete.Repositories; 3 | using Entity.Concrete; 4 | 5 | namespace DataAccess.Concrete.EntityFramework 6 | { 7 | public class EfMessageDal : GenericRepository, IMessageDal 8 | { 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfMyAboutDal.cs: -------------------------------------------------------------------------------- 1 | using DataAccess.Abstract; 2 | using DataAccess.Concrete.Repositories; 3 | using Entity.Concrete; 4 | 5 | namespace DataAccess.Concrete.EntityFramework 6 | { 7 | public class EfMyAboutDal : GenericRepository, IMyAboutDal 8 | { 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/css/bootstrap/utilities/_stretched-link.css: -------------------------------------------------------------------------------- 1 | .stretched-link::after { 2 | position: absolute; 3 | top: 0; 4 | right: 0; 5 | bottom: 0; 6 | left: 0; 7 | z-index: 1; 8 | pointer-events: auto; 9 | content: ""; 10 | background-color: rgba(0, 0, 0, 0); } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // 4 | // Visibility utilities 5 | // 6 | 7 | .visible { 8 | visibility: visible !important; 9 | } 10 | 11 | .invisible { 12 | visibility: hidden !important; 13 | } 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/utilities/_stretched-link.css: -------------------------------------------------------------------------------- 1 | .stretched-link::after { 2 | position: absolute; 3 | top: 0; 4 | right: 0; 5 | bottom: 0; 6 | left: 0; 7 | z-index: 1; 8 | pointer-events: auto; 9 | content: ""; 10 | background-color: rgba(0, 0, 0, 0); } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // 4 | // Visibility utilities 5 | // 6 | 7 | .visible { 8 | visibility: visible !important; 9 | } 10 | 11 | .invisible { 12 | visibility: hidden !important; 13 | } 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-keytable/css/keyTable.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable tbody th.focus,table.dataTable tbody td.focus{box-shadow:inset 0 0 1px 2px #0275d8}div.dtk-focus-alt table.dataTable tbody th.focus,div.dtk-focus-alt table.dataTable tbody td.focus{box-shadow:inset 0 0 1px 2px #ff8b33} 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gb-eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gb-sct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/dk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/fi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/parts/_core.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Part: Core 3 | // 4 | 5 | @import '../layout'; 6 | @import '../main-header'; 7 | @import '../brand'; 8 | @import '../main-sidebar'; 9 | @import '../sidebar-mini'; 10 | @import '../control-sidebar'; 11 | @import '../dropdown'; 12 | @import '../navs'; 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/parts/_extra-components.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Part: Extra Components 3 | // 4 | 5 | @import '../small-box'; 6 | @import '../info-box'; 7 | @import '../timeline'; 8 | @import '../products'; 9 | @import '../direct-chat'; 10 | @import '../users-list'; 11 | @import '../social-widgets'; 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/_layouts/page.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
6 |
7 |

{{page.title}}

8 |
9 | 10 |
11 | {{content}} 12 |
13 |
14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/lv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/id.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ua.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/isNumeric.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Tells if a given input is a number 3 | * @method 4 | * @memberof Popper.Utils 5 | * @param {*} input to check 6 | * @return {Boolean} 7 | */ 8 | export default function isNumeric(n) { 9 | return n !== '' && !isNaN(parseFloat(n)) && isFinite(n); 10 | } 11 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfImageFileDal.cs: -------------------------------------------------------------------------------- 1 | using DataAccess.Abstract; 2 | using DataAccess.Concrete.Repositories; 3 | using Entity.Concrete; 4 | 5 | namespace DataAccess.Concrete.EntityFramework 6 | { 7 | public class EfImageFileDal : GenericRepository, IImageFileDal 8 | { 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 | 5 |
6 |
7 |

{{page.title}}

8 |
9 | 10 |
11 | {{content}} 12 |
13 |
14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/at.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gb-eng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ma.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/_elevation.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Component: Elevation 3 | // 4 | 5 | .elevation-0 { 6 | box-shadow: none !important; 7 | } 8 | 9 | // Background colors (colors) 10 | @each $name, $value in $elevations { 11 | .elevation-#{$name} { 12 | box-shadow: $value !important; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /Business/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/es-ca.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/bw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/es-ca.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Business/Abstract/IRoleService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Entity.Concrete; 7 | 8 | namespace Business.Abstract 9 | { 10 | public interface IRoleService 11 | { 12 | List GetAll(); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/css/bootstrap/_media.css: -------------------------------------------------------------------------------- 1 | .media { 2 | display: -webkit-box; 3 | display: -ms-flexbox; 4 | display: flex; 5 | -webkit-box-align: start; 6 | -ms-flex-align: start; 7 | align-items: flex-start; } 8 | 9 | .media-body { 10 | -webkit-box-flex: 1; 11 | -ms-flex: 1; 12 | flex: 1; } 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/css/bootstrap/_media.css: -------------------------------------------------------------------------------- 1 | .media { 2 | display: -webkit-box; 3 | display: -ms-flexbox; 4 | display: flex; 5 | -webkit-box-align: start; 6 | -ms-flex-align: start; 7 | align-items: flex-start; } 8 | 9 | .media-body { 10 | -webkit-box-flex: 1; 11 | -ms-flex: 1; 12 | flex: 1; } 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/bw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ng.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getWindow.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get the window associated with the element 3 | * @argument {Element} element 4 | * @returns {Window} 5 | */ 6 | export default function getWindow(element) { 7 | const ownerDocument = element.ownerDocument; 8 | return ownerDocument ? ownerDocument.defaultView : window; 9 | } 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/_includes/footer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | {{site.version}} 4 |
5 | Copyright © 2014-{{ site.time | date: '%Y' }} AdminLTE.io. All rights reserved. 6 |
7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .shadow-sm { box-shadow: $box-shadow-sm !important; } 4 | .shadow { box-shadow: $box-shadow !important; } 5 | .shadow-lg { box-shadow: $box-shadow-lg !important; } 6 | .shadow-none { box-shadow: none !important; } 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .shadow-sm { box-shadow: $box-shadow-sm !important; } 4 | .shadow { box-shadow: $box-shadow !important; } 5 | .shadow-lg { box-shadow: $box-shadow-lg !important; } 6 | .shadow-none { box-shadow: none !important; } 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-colreorder/css/colReorder.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.DTCR_clonedTable.dataTable { 2 | position: absolute !important; 3 | background-color: rgba(255, 255, 255, 0.7); 4 | z-index: 202; 5 | } 6 | 7 | div.DTCR_pointer { 8 | width: 1px; 9 | background-color: #0275d8; 10 | z-index: 201; 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ae.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Business/Abstract/IAbilityService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Entity.Concrete; 7 | 8 | namespace Business.Abstract 9 | { 10 | public interface IAbilityService 11 | { 12 | List GetAll(); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/td.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ne.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/Views/Shared/Error.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Error 6 | 7 | 8 |
9 |

Error.

10 |

An error occurred while processing your request.

11 |
12 | 13 | 14 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IContactDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Core.DataAccess; 7 | using Entity.Concrete; 8 | 9 | namespace DataAccess.Abstract 10 | { 11 | public interface IContactDal : IEntityRepository 12 | { 13 | } 14 | } -------------------------------------------------------------------------------- /DataAccess/Abstract/IWriterDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Core.DataAccess; 7 | using Entity.Concrete; 8 | 9 | namespace DataAccess.Abstract 10 | { 11 | public interface IWriterDal : IEntityRepository 12 | { 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/config/postcss.config.js: -------------------------------------------------------------------------------- 1 | 'use strict' 2 | 3 | module.exports = (ctx) => ({ 4 | map: ctx.file.dirname.includes('examples') ? false : { 5 | inline: false, 6 | annotation: true, 7 | sourcesContent: true 8 | }, 9 | plugins: { 10 | autoprefixer: { 11 | cascade: false 12 | } 13 | } 14 | }) 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ga.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/hu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/sl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ye.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/App_Start/FilterConfig.cs: -------------------------------------------------------------------------------- 1 | using System.Web; 2 | using System.Web.Mvc; 3 | 4 | namespace MvcProjectCamp 5 | { 6 | public class FilterConfig 7 | { 8 | public static void RegisterGlobalFilters(GlobalFilterCollection filters) 9 | { 10 | filters.Add(new HandleErrorAttribute()); 11 | } 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IAboutDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Core.DataAccess; 7 | using Entity.Concrete; 8 | 9 | namespace DataAccess.Abstract 10 | { 11 | public interface IAboutDal : IEntityRepository 12 | { 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IContentDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Core.DataAccess; 7 | using Entity.Concrete; 8 | 9 | namespace DataAccess.Abstract 10 | { 11 | public interface IContentDal : IEntityRepository 12 | { 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /DataAccess/Abstract/IHeadingDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Core.DataAccess; 7 | using Entity.Concrete; 8 | 9 | namespace DataAccess.Abstract 10 | { 11 | public interface IHeadingDal : IEntityRepository 12 | { 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ga.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ml.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ne.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/td.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ci.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/parts/_components.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Part: Components 3 | // 4 | 5 | @import '../forms'; 6 | @import '../progress-bars'; 7 | @import '../cards'; 8 | @import '../modals'; 9 | @import '../toasts'; 10 | @import '../buttons'; 11 | @import '../callout'; 12 | @import '../alerts'; 13 | @import '../table'; 14 | @import '../carousel'; 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ci.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/dz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/th.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | hr { 7 | border-top-color: darken($border, 5%); 8 | } 9 | 10 | .alert-link { 11 | color: darken($color, 10%); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | hr { 7 | border-top-color: darken($border, 5%); 8 | } 9 | 10 | .alert-link { 11 | color: darken($color, 10%); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-keytable/css/keyTable.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.dataTable tbody th.focus, 2 | table.dataTable tbody td.focus { 3 | box-shadow: inset 0 0 1px 2px #0275d8; 4 | } 5 | 6 | div.dtk-focus-alt table.dataTable tbody th.focus, 7 | div.dtk-focus-alt table.dataTable tbody td.focus { 8 | box-shadow: inset 0 0 1px 2px #ff8b33; 9 | } 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/bl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gh.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/pm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/re.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/th.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/wf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/yt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/be.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/bl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/co.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/fr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ie.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/it.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/pm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/re.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/wf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/yt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Business/Abstract/IWriterLoginService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Entity.Concrete; 7 | 8 | namespace Business.Abstract 9 | { 10 | public interface IWriterLoginService 11 | { 12 | Writer GetWriter(string userName,string password); 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/another-403-forbidden-pen/README.markdown: -------------------------------------------------------------------------------- 1 | # Another 403 Forbidden pen 2 | 3 | A Pen created on CodePen.io. Original URL: [https://codepen.io/goprime/pen/dqLOxb](https://codepen.io/goprime/pen/dqLOxb). 4 | 5 | After a lot of procrastination, I've finally created a pen for the challenge, would love to hear any way it could be improved(or how bad it looks) 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | // 2 | // General: Mixins 3 | // 4 | 5 | @import 'mixins/cards'; 6 | @import 'mixins/sidebar'; 7 | @import 'mixins/navbar'; 8 | @import 'mixins/accent'; 9 | @import 'mixins/custom-forms'; 10 | @import 'mixins/backgrounds'; 11 | @import 'mixins/direct-chat'; 12 | @import 'mixins/toasts'; 13 | @import 'mixins/miscellaneous'; 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/parts/_pages.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Part: Pages 3 | // 4 | 5 | @import '../pages/mailbox'; 6 | @import '../pages/lockscreen'; 7 | @import '../pages/login_and_register'; 8 | @import '../pages/404_500_errors'; 9 | @import '../pages/invoice'; 10 | @import '../pages/profile'; 11 | @import '../pages/e-commerce'; 12 | @import '../pages/projects'; 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/bg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/dz.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/cr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/gn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) { 6 | height: 0; 7 | margin: $margin-y 0; 8 | overflow: hidden; 9 | border-top: 1px solid $color; 10 | } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) { 6 | height: 0; 7 | margin: $margin-y 0; 8 | overflow: hidden; 9 | border-top: 1px solid $color; 10 | } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mg.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/isModifierEnabled.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Helper used to know if the given modifier is enabled. 3 | * @method 4 | * @memberof Popper.Utils 5 | * @returns {Boolean} 6 | */ 7 | export default function isModifierEnabled(modifiers, modifierName) { 8 | return modifiers.some( 9 | ({ name, enabled }) => enabled && name === modifierName 10 | ); 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/isOffsetContainer.js: -------------------------------------------------------------------------------- 1 | import getOffsetParent from './getOffsetParent'; 2 | 3 | export default function isOffsetContainer(element) { 4 | const { nodeName } = element; 5 | if (nodeName === 'BODY') { 6 | return false; 7 | } 8 | return ( 9 | nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element 10 | ); 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/tt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Business/Abstract/IAdminService.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using Entity.Concrete; 3 | 4 | 5 | namespace Business.Abstract 6 | { 7 | public interface IAdminService 8 | { 9 | List GetAll(); 10 | Admin GetById(int id); 11 | void Add(Admin admin); 12 | void Update(Admin admin); 13 | void Delete(Admin admin); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Entity/Concrete/OperationClaim.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Core.Entity; 7 | 8 | namespace Entity.Concrete 9 | { 10 | public class OperationClaim : IEntity 11 | { 12 | public int Id { get; set; } 13 | public string Name { get; set; } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/sr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202106131036294_mig_admin.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_admin : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | } 11 | 12 | public override void Down() 13 | { 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/sr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /Entity/Concrete/Ability.cs: -------------------------------------------------------------------------------- 1 | using System.ComponentModel.DataAnnotations; 2 | using Core.Entity; 3 | 4 | namespace Entity.Concrete 5 | { 6 | public class Ability:IEntity 7 | { 8 | [Key] 9 | public int Id { get; set; } 10 | [StringLength(50)] 11 | public string AbilityName { get; set; } 12 | 13 | public int KnowledgeLevel { get; set; } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-rowreorder/css/rowReorder.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #0275d8;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move} 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/sj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/tt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/no.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/sj.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Business/Abstract/IAuthService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Entity.DTOs; 7 | 8 | namespace Business.Abstract 9 | { 10 | public interface IAuthService 11 | { 12 | void Register(string adminMail, string password); 13 | bool Login(LoginDto loginDto); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mu.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getRoot.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Finds the root node (document, shadowDOM root) of the given element 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Element} node 6 | * @returns {Element} root node 7 | */ 8 | export default function getRoot(node) { 9 | if (node.parentNode !== null) { 10 | return getRoot(node.parentNode); 11 | } 12 | 13 | return node; 14 | } 15 | -------------------------------------------------------------------------------- /Entity/DTOs/LoginDto.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | 7 | namespace Entity.DTOs 8 | { 9 | public class LoginDto 10 | { 11 | public string AdminUserName { get; set; } 12 | public string AdminPassword { get; set; } 13 | public string AdminRole { get; set; } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}} 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/summernote/plugin/databasic/summernote-ext-databasic.css: -------------------------------------------------------------------------------- 1 | .ext-databasic { 2 | position: relative; 3 | display: block; 4 | min-height: 50px; 5 | background-color: cyan; 6 | text-align: center; 7 | padding: 20px; 8 | border: 1px solid white; 9 | border-radius: 10px; 10 | } 11 | 12 | .ext-databasic p { 13 | color: white; 14 | font-size: 1.2em; 15 | margin: 0; 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getParentNode.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Returns the parentNode or the host of the element 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Element} element 6 | * @returns {Element} parent 7 | */ 8 | export default function getParentNode(element) { 9 | if (element.nodeName === 'HTML') { 10 | return element; 11 | } 12 | return element.parentNode || element.host; 13 | } 14 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/_transitions.scss: -------------------------------------------------------------------------------- 1 | .fade { 2 | @include transition($transition-fade); 3 | 4 | &:not(.show) { 5 | opacity: 0; 6 | } 7 | } 8 | 9 | .collapse { 10 | &:not(.show) { 11 | display: none; 12 | } 13 | } 14 | 15 | .collapsing { 16 | position: relative; 17 | height: 0; 18 | overflow: hidden; 19 | @include transition($transition-collapse); 20 | } 21 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/_transitions.scss: -------------------------------------------------------------------------------- 1 | .fade { 2 | @include transition($transition-fade); 3 | 4 | &:not(.show) { 5 | opacity: 0; 6 | } 7 | } 8 | 9 | .collapse { 10 | &:not(.show) { 11 | display: none; 12 | } 13 | } 14 | 15 | .collapsing { 16 | position: relative; 17 | height: 0; 18 | overflow: hidden; 19 | @include transition($transition-collapse); 20 | } 21 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/cd.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/qa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/qa.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/mixins/_direct-chat.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Mixins: Direct Chat 3 | // 4 | 5 | // Direct Chat Variant 6 | @mixin direct-chat-variant($bg-color, $color: #fff) { 7 | .right > .direct-chat-text { 8 | background: $bg-color; 9 | border-color: $bg-color; 10 | color: color-yiq($bg-color); 11 | 12 | &::after, 13 | &::before { 14 | border-left-color: $bg-color; 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfAboutDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfAboutDal : GenericRepository, IAboutDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfAdminDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfAdminDal : GenericRepository, IAdminDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfWriterDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfWriterDal : GenericRepository, IWriterDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_text-hide.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | @mixin text-hide($ignore-warning: false) { 3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword 4 | font: 0/0 a; 5 | color: transparent; 6 | text-shadow: none; 7 | background-color: transparent; 8 | border: 0; 9 | 10 | @include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning); 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_text-hide.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | @mixin text-hide($ignore-warning: false) { 3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword 4 | font: 0/0 a; 5 | color: transparent; 6 | text-shadow: none; 7 | background-color: transparent; 8 | border: 0; 9 | 10 | @include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning); 11 | } 12 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfContactDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfContactDal : GenericRepository, IContactDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfContentDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfContentDal : GenericRepository, IContentDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfHeadingDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfHeadingDal : GenericRepository, IHeadingDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/Models/HeadingByCalendar.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | 6 | namespace MvcProjectCamp.Models 7 | { 8 | public class HeadingByCalendar 9 | { 10 | public string title { get; set; } 11 | 12 | public DateTime start { get; set; } 13 | 14 | public DateTime end { get; set; } 15 | 16 | public bool allDay { get; set; } 17 | } 18 | } -------------------------------------------------------------------------------- /DataAccess/Concrete/EntityFramework/EfCategoryDal.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using DataAccess.Abstract; 7 | using DataAccess.Concrete.Repositories; 8 | using Entity.Concrete; 9 | 10 | namespace DataAccess.Concrete.EntityFramework 11 | { 12 | public class EfCategoryDal : GenericRepository, ICategoryDal 13 | { 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/lc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/lc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Business/Abstract/IContactService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq.Expressions; 4 | using Entity.Concrete; 5 | 6 | namespace Business.Abstract 7 | { 8 | public interface IContactService 9 | { 10 | List GetAll(); 11 | Contact GetById(int id); 12 | void Add(Contact contact); 13 | void Update(Contact contact); 14 | void Delete(Contact contact); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/_carousel.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Component: Carousel 3 | // 4 | 5 | .carousel-control { 6 | &.left, 7 | &.right { 8 | background-image: none; 9 | } 10 | 11 | > .fa, 12 | > .fas, 13 | > .far, 14 | > .fab, 15 | > .glyphicon, 16 | > .ion { 17 | display: inline-block; 18 | font-size: 40px; 19 | margin-top: -20px; 20 | position: absolute; 21 | top: 50%; 22 | z-index: 5; 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-rowgroup/css/rowGroup.bootstrap4.min.css: -------------------------------------------------------------------------------- 1 | table.dataTable tr.dtrg-group td{background-color:#e0e0e0}table.dataTable tr.dtrg-group.dtrg-level-0 td{font-weight:bold}table.dataTable tr.dtrg-group.dtrg-level-1 td,table.dataTable tr.dtrg-group.dtrg-level-2 td{background-color:#f0f0f0;padding-top:0.25em;padding-bottom:0.25em;padding-left:2em;font-size:0.9em}table.dataTable tr.dtrg-group.dtrg-level-2 td{background-color:#f3f3f3} 2 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/to.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /Business/Abstract/IHeadingService.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using Entity.Concrete; 3 | 4 | namespace Business.Abstract 5 | { 6 | public interface IHeadingService 7 | { 8 | Heading GetById(int id); 9 | List GetAll(); 10 | List GetListByWriter(int id); 11 | void Add(Heading heading); 12 | void Update(Heading heading); 13 | void Delete(Heading heading); 14 | 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_badge.scss: -------------------------------------------------------------------------------- 1 | @mixin badge-variant($bg) { 2 | color: color-yiq($bg); 3 | background-color: $bg; 4 | 5 | @at-root a#{&} { 6 | @include hover-focus { 7 | color: color-yiq($bg); 8 | background-color: darken($bg, 10%); 9 | } 10 | 11 | &:focus, 12 | &.focus { 13 | outline: 0; 14 | box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_badge.scss: -------------------------------------------------------------------------------- 1 | @mixin badge-variant($bg) { 2 | color: color-yiq($bg); 3 | background-color: $bg; 4 | 5 | @at-root a#{&} { 6 | @include hover-focus { 7 | color: color-yiq($bg); 8 | background-color: darken($bg, 10%); 9 | } 10 | 11 | &:focus, 12 | &.focus { 13 | outline: 0; 14 | box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/daterangepicker/bower.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "daterangepicker", 3 | "main": [ 4 | "daterangepicker.js", 5 | "daterangepicker.css" 6 | ], 7 | "ignore": [ 8 | "**/.*", 9 | "node_modules", 10 | "bower_components", 11 | "test", 12 | "tests", 13 | "moment.js", 14 | "moment.min.js" 15 | ], 16 | "dependencies": { 17 | "jquery": "1.9.1 - 3", 18 | "moment": ">=2.9.0" 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/bf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/to.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getClientRect.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Given element offsets, generate an output similar to getBoundingClientRect 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Object} offsets 6 | * @returns {Object} ClientRect like output 7 | */ 8 | export default function getClientRect(offsets) { 9 | return { 10 | ...offsets, 11 | right: offsets.left + offsets.width, 12 | bottom: offsets.top + offsets.height, 13 | }; 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/ss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/_includes/foot.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/jm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/jm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/gm.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/ss.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getOppositePlacement.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get the opposite placement of the given one 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {String} placement 6 | * @returns {String} flipped placement 7 | */ 8 | export default function getOppositePlacement(placement) { 9 | const hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' }; 10 | return placement.replace(/left|right|bottom|top/g, matched => hash[matched]); 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/isFunction.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Check if the given variable is a function 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Any} functionToCheck - variable to check 6 | * @returns {Boolean} answer to: is a function? 7 | */ 8 | export default function isFunction(functionToCheck) { 9 | const getType = {}; 10 | return ( 11 | functionToCheck && 12 | getType.toString.call(functionToCheck) === '[object Function]' 13 | ); 14 | } 15 | -------------------------------------------------------------------------------- /Core/DataAccess/IEntityRepository.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq.Expressions; 4 | 5 | namespace Core.DataAccess 6 | { 7 | public interface IEntityRepository 8 | { 9 | void Add(T entity); 10 | void Update(T entity); 11 | void Delete(T entity); 12 | List List(Expression> filter); 13 | List List(); 14 | T Get(Expression> filter); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/.travis.yml: -------------------------------------------------------------------------------- 1 | language: node_js 2 | 3 | node_js: 4 | - 8 5 | - 10 6 | - 11 7 | - 12 8 | 9 | env: 10 | - INSTALL=yarn 11 | - INSTALL=npm 12 | 13 | 14 | matrix: 15 | fast_finish: true 16 | exclude: 17 | - node_js: 8 18 | env: INSTALL=yarn 19 | 20 | install: 21 | - if [ "yarn" == $INSTALL ]; then yarn install; fi 22 | - if [ "npm" == $INSTALL ]; then npm install; fi 23 | 24 | script: 25 | - echo 'Tests must be configured' 26 | -------------------------------------------------------------------------------- /Entity/Concrete/Role.cs: -------------------------------------------------------------------------------- 1 | 2 | using System.Collections.Generic; 3 | using System.ComponentModel.DataAnnotations; 4 | 5 | namespace Entity.Concrete 6 | { 7 | public class Role 8 | { 9 | [Key] 10 | public int Id { get; set; } 11 | [StringLength(1)] 12 | public string Name { get; set; } 13 | [StringLength(50)] 14 | public string Description { get; set; } 15 | 16 | public ICollection Admins { get; set; } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getReferenceNode.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Returns the reference node of the reference object, or the reference object itself. 3 | * @method 4 | * @memberof Popper.Utils 5 | * @param {Element|Object} reference - the reference element (the popper will be relative to this) 6 | * @returns {Element} parent 7 | */ 8 | export default function getReferenceNode(reference) { 9 | return reference && reference.referenceNode ? reference.referenceNode : reference; 10 | } 11 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/pages/_projects.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Pages: Projects 3 | // 4 | 5 | .projects { 6 | td { 7 | vertical-align: middle; 8 | } 9 | 10 | .list-inline { 11 | margin-bottom: 0; 12 | } 13 | 14 | // table avatar 15 | img.table-avatar, 16 | .table-avatar img { 17 | border-radius: 50%; 18 | display: inline; 19 | width: 2.5rem; 20 | } 21 | 22 | // project state 23 | .project-state { 24 | text-align: center; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $breakpoint in map-keys($grid-breakpoints) { 4 | @include media-breakpoint-up($breakpoint) { 5 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 6 | 7 | .float#{$infix}-left { float: left !important; } 8 | .float#{$infix}-right { float: right !important; } 9 | .float#{$infix}-none { float: none !important; } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $breakpoint in map-keys($grid-breakpoints) { 4 | @include media-breakpoint-up($breakpoint) { 5 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 6 | 7 | .float#{$infix}-left { float: left !important; } 8 | .float#{$infix}-right { float: right !important; } 9 | .float#{$infix}-none { float: none !important; } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/sn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/getOppositeVariation.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Get the opposite placement variation of the given one 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {String} placement variation 6 | * @returns {String} flipped placement variation 7 | */ 8 | export default function getOppositeVariation(variation) { 9 | if (variation === 'end') { 10 | return 'start'; 11 | } else if (variation === 'start') { 12 | return 'end'; 13 | } 14 | return variation; 15 | } 16 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/mr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_transition.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable property-blacklist 2 | @mixin transition($transition...) { 3 | @if $enable-transitions { 4 | @if length($transition) == 0 { 5 | transition: $transition-base; 6 | } @else { 7 | transition: $transition; 8 | } 9 | } 10 | 11 | @if $enable-prefers-reduced-motion-media-query { 12 | @media (prefers-reduced-motion: reduce) { 13 | transition: none; 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_transition.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable property-blacklist 2 | @mixin transition($transition...) { 3 | @if $enable-transitions { 4 | @if length($transition) == 0 { 5 | transition: $transition-base; 6 | } @else { 7 | transition: $transition; 8 | } 9 | } 10 | 11 | @if $enable-prefers-reduced-motion-media-query { 12 | @media (prefers-reduced-motion: reduce) { 13 | transition: none; 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/sn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/Scripts/src/utils/find.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Mimics the `find` method of Array 3 | * @method 4 | * @memberof Popper.Utils 5 | * @argument {Array} arr 6 | * @argument prop 7 | * @argument value 8 | * @returns index or -1 9 | */ 10 | export default function find(arr, check) { 11 | // use native find if supported 12 | if (Array.prototype.find) { 13 | return arr.find(check); 14 | } 15 | 16 | // use `filter` to obtain the same behavior of `find` 17 | return arr.filter(check)[0]; 18 | } 19 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_text-emphasis.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Typography 4 | 5 | @mixin text-emphasis-variant($parent, $color) { 6 | #{$parent} { 7 | color: $color !important; 8 | } 9 | @if $emphasized-link-hover-darken-percentage != 0 { 10 | a#{$parent} { 11 | @include hover-focus { 12 | color: darken($color, $emphasized-link-hover-darken-percentage) !important; 13 | } 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_align.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .align-baseline { vertical-align: baseline !important; } // Browser default 4 | .align-top { vertical-align: top !important; } 5 | .align-middle { vertical-align: middle !important; } 6 | .align-bottom { vertical-align: bottom !important; } 7 | .align-text-bottom { vertical-align: text-bottom !important; } 8 | .align-text-top { vertical-align: text-top !important; } 9 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_text-emphasis.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Typography 4 | 5 | @mixin text-emphasis-variant($parent, $color) { 6 | #{$parent} { 7 | color: $color !important; 8 | } 9 | @if $emphasized-link-hover-darken-percentage != 0 { 10 | a#{$parent} { 11 | @include hover-focus { 12 | color: darken($color, $emphasized-link-hover-darken-percentage) !important; 13 | } 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_align.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .align-baseline { vertical-align: baseline !important; } // Browser default 4 | .align-top { vertical-align: top !important; } 5 | .align-middle { vertical-align: middle !important; } 6 | .align-bottom { vertical-align: bottom !important; } 7 | .align-text-bottom { vertical-align: text-bottom !important; } 8 | .align-text-top { vertical-align: text-top !important; } 9 | -------------------------------------------------------------------------------- /Business/Abstract/IMyAboutService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading.Tasks; 6 | using Entity.Concrete; 7 | 8 | namespace Business.Abstract 9 | { 10 | public interface IMyAboutService 11 | { 12 | List GetAll(); 13 | MyAbout GetById(int id); 14 | void Add(MyAbout myAbout); 15 | void Update(MyAbout myAbout); 16 | void Delete(MyAbout myAbout); 17 | 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/mixins/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @mixin float-left { 4 | float: left !important; 5 | @include deprecate("The `float-left` mixin", "v4.3.0", "v5"); 6 | } 7 | @mixin float-right { 8 | float: right !important; 9 | @include deprecate("The `float-right` mixin", "v4.3.0", "v5"); 10 | } 11 | @mixin float-none { 12 | float: none !important; 13 | @include deprecate("The `float-none` mixin", "v4.3.0", "v5"); 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/mixins/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @mixin float-left { 4 | float: left !important; 5 | @include deprecate("The `float-left` mixin", "v4.3.0", "v5"); 6 | } 7 | @mixin float-right { 8 | float: right !important; 9 | @include deprecate("The `float-right` mixin", "v4.3.0", "v5"); 10 | } 11 | @mixin float-none { 12 | float: none !important; 13 | @include deprecate("The `float-none` mixin", "v4.3.0", "v5"); 14 | } 15 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/lt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/mr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /MvcProjectCamp/Views/Content/GetAllContent.cshtml: -------------------------------------------------------------------------------- 1 | @using Entity.Concrete 2 | @model List 3 | @{ 4 | ViewBag.Title = "GetAllContent"; 5 | Layout = "~/Views/Shared/_AdminLayout.cshtml"; 6 | } 7 | @using (Html.BeginForm("GetAllContent", "Content", FormMethod.Post)) 8 | { 9 |

Aranacak Kelimeyi Girin: @Html.TextBox("searchedWord") 10 | 11 | 12 |

13 | } 14 | 15 | @foreach (var item in Model) 16 | { 17 |

@item.ContentValue

18 | } 19 | 20 | -------------------------------------------------------------------------------- /Business/Abstract/IWriterService.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Linq.Expressions; 5 | using System.Text; 6 | using System.Threading.Tasks; 7 | using Entity.Concrete; 8 | 9 | namespace Business.Abstract 10 | { 11 | public interface IWriterService 12 | { 13 | List GetAll(); 14 | void Add(Writer writer); 15 | void Update(Writer writer); 16 | void Delete(Writer writer); 17 | Writer GetById(int id); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202106160639079_mig_writerRole.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_writerRole : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Writers", "WriterRole", c => c.String()); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Writers", "WriterRole"); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) 3 | * Copyright 2011-2019 The Bootstrap Authors 4 | * Copyright 2011-2019 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | @import "mixins"; 12 | @import "reboot"; 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) 3 | * Copyright 2011-2019 The Bootstrap Authors 4 | * Copyright 2011-2019 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | @import "mixins"; 12 | @import "reboot"; 13 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/4x3/vc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /Business/Concrete/RoleManager.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using Business.Abstract; 3 | using DataAccess.Abstract; 4 | using Entity.Concrete; 5 | 6 | namespace Business.Concrete 7 | { 8 | public class RoleManager : IRoleService 9 | { 10 | IRoleDal _roleDal; 11 | 12 | public RoleManager(IRoleDal roleDal) 13 | { 14 | _roleDal = roleDal; 15 | } 16 | 17 | public List GetAll() 18 | { 19 | return _roleDal.List(); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Entity/Concrete/ImageFile.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel.DataAnnotations; 4 | using System.Linq; 5 | using System.Text; 6 | using System.Threading.Tasks; 7 | 8 | namespace Entity.Concrete 9 | { 10 | public class ImageFile 11 | { 12 | [Key] 13 | public int ImageId { get; set; } 14 | [StringLength(100)] 15 | public string ImageName { get; set; } 16 | [StringLength(250)] 17 | public string ImagePath { get; set; } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/parts/_plugins.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Part: Plugins 3 | // 4 | 5 | @import '../plugins/mixins'; 6 | @import '../plugins/fullcalendar'; 7 | @import '../plugins/select2'; 8 | @import '../plugins/bootstrap-slider'; 9 | @import '../plugins/icheck-bootstrap'; 10 | @import '../plugins/mapael'; 11 | @import '../plugins/jqvmap'; 12 | @import '../plugins/sweetalert2'; 13 | @import '../plugins/toastr'; 14 | @import '../plugins/pace'; 15 | @import '../plugins/bootstrap-switch'; 16 | @import '../plugins/miscellaneous'; 17 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/docs/_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {%- include head.html -%} 5 | 6 | 7 |
8 | 9 | {%- include navbar.html -%} 10 | {%- include sidebar.html -%} 11 | 12 | {{content}} 13 | 14 | {%- include footer.html -%} 15 |
16 | 17 | {%- include foot.html -%} 18 | 19 | 20 | -------------------------------------------------------------------------------- /MvcProjectCamp/Views/Home/Contact.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | ViewBag.Title = "Contact"; 3 | } 4 |

@ViewBag.Title.

5 |

@ViewBag.Message

6 | 7 |
8 | One Microsoft Way
9 | Redmond, WA 98052-6399
10 | P: 11 | 425.555.0100 12 |
13 | 14 |
15 | Support: Support@example.com
16 | Marketing: Marketing@example.com 17 |
-------------------------------------------------------------------------------- /DataAccess/Migrations/202106042105345_mig_idDrafAdded.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_idDrafAdded : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Messages", "isDraft", c => c.Boolean(nullable: false)); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Messages", "isDraft"); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/main.html: -------------------------------------------------------------------------------- 1 | Colorlib logo 2 |

Thank you for using our template!

3 |

For more awesome templates please visit Colorlib.

4 | 5 | 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | .jumbotron { 2 | padding: $jumbotron-padding ($jumbotron-padding / 2); 3 | margin-bottom: $jumbotron-padding; 4 | color: $jumbotron-color; 5 | background-color: $jumbotron-bg; 6 | @include border-radius($border-radius-lg); 7 | 8 | @include media-breakpoint-up(sm) { 9 | padding: ($jumbotron-padding * 2) $jumbotron-padding; 10 | } 11 | } 12 | 13 | .jumbotron-fluid { 14 | padding-right: 0; 15 | padding-left: 0; 16 | @include border-radius(0); 17 | } 18 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/main.html: -------------------------------------------------------------------------------- 1 | Colorlib logo 2 |

Thank you for using our template!

3 |

For more awesome templates please visit Colorlib.

4 | 5 | 12 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | .jumbotron { 2 | padding: $jumbotron-padding ($jumbotron-padding / 2); 3 | margin-bottom: $jumbotron-padding; 4 | color: $jumbotron-color; 5 | background-color: $jumbotron-bg; 6 | @include border-radius($border-radius-lg); 7 | 8 | @include media-breakpoint-up(sm) { 9 | padding: ($jumbotron-padding * 2) $jumbotron-padding; 10 | } 11 | } 12 | 13 | .jumbotron-fluid { 14 | padding-right: 0; 15 | padding-left: 0; 16 | @include border-radius(0); 17 | } 18 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/flag-icon-css/flags/1x1/sl.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202106130944032_mig_messageIsRead.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_messageIsRead : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Messages", "IsRead", c => c.Boolean(nullable: false)); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Messages", "IsRead"); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202107060653455_mig_adminRoleAdded.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_adminRoleAdded : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Admins", "AdminRole", c => c.String(maxLength: 1)); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Admins", "AdminRole"); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/build/scss/mixins/_toasts.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Mixins: Toasts 3 | // 4 | 5 | // Toast Variant 6 | @mixin toast-variant($name, $color) { 7 | &.bg-#{$name} { 8 | background: rgba($color, .9) !important; 9 | @if (color-yiq($color) == $yiq-text-light) { 10 | 11 | .close { 12 | color: color-yiq($color); 13 | text-shadow: 0 1px 0 #000; 14 | } 15 | } 16 | 17 | .toast-header { 18 | background: rgba($color, .85); 19 | color: color-yiq($color); 20 | } 21 | } 22 | } 23 | 24 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/plugins/datatables-fixedheader/css/fixedHeader.bootstrap4.css: -------------------------------------------------------------------------------- 1 | table.dataTable.fixedHeader-floating, 2 | table.dataTable.fixedHeader-locked { 3 | background-color: white; 4 | margin-top: 0 !important; 5 | margin-bottom: 0 !important; 6 | } 7 | 8 | table.dataTable.fixedHeader-floating { 9 | position: fixed !important; 10 | } 11 | 12 | table.dataTable.fixedHeader-locked { 13 | position: absolute !important; 14 | } 15 | 16 | @media print { 17 | table.fixedHeader-floating { 18 | display: none; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-19/scss/bootstrap/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $color, $value in $theme-colors { 4 | @include bg-variant(".bg-#{$color}", $value); 5 | } 6 | 7 | @if $enable-gradients { 8 | @each $color, $value in $theme-colors { 9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value); 10 | } 11 | } 12 | 13 | .bg-white { 14 | background-color: $white !important; 15 | } 16 | 17 | .bg-transparent { 18 | background-color: transparent !important; 19 | } 20 | -------------------------------------------------------------------------------- /MvcProjectCamp/AdminLTE-3.0.4/login-form-20/scss/bootstrap/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $color, $value in $theme-colors { 4 | @include bg-variant(".bg-#{$color}", $value); 5 | } 6 | 7 | @if $enable-gradients { 8 | @each $color, $value in $theme-colors { 9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value); 10 | } 11 | } 12 | 13 | .bg-white { 14 | background-color: $white !important; 15 | } 16 | 17 | .bg-transparent { 18 | background-color: transparent !important; 19 | } 20 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202105231203112_mig_writerAddStatus.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_writerAddStatus : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Writers", "WriterStatus", c => c.Boolean(nullable: false)); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Writers", "WriterStatus"); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202106041207077_mig_contactAddDate.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_contactAddDate : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Contacts", "ContactDate", c => c.DateTime(nullable: false)); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Contacts", "ContactDate"); 16 | } 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /DataAccess/Migrations/202107051028492_mig_adminStatusAdded.cs: -------------------------------------------------------------------------------- 1 | namespace DataAccess.Migrations 2 | { 3 | using System; 4 | using System.Data.Entity.Migrations; 5 | 6 | public partial class mig_adminStatusAdded : DbMigration 7 | { 8 | public override void Up() 9 | { 10 | AddColumn("dbo.Admins", "AdminStatus", c => c.Boolean(nullable: false)); 11 | } 12 | 13 | public override void Down() 14 | { 15 | DropColumn("dbo.Admins", "AdminStatus"); 16 | } 17 | } 18 | } 19 | --------------------------------------------------------------------------------