PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Controllers/Controller.cs

https://github.com/cmath/SimpleLoginManager
C# | 12 lines | 11 code | 1 blank | 0 comment | 0 complexity | 971c332159fa429f3d32282b08d11331 MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Login.Controllers
  7. {
  8. public abstract class Controller
  9. {
  10. }
  11. }