Пример #1
0
 public SignInsController(TPContext context, ISignInRepo iRepo)
 {
     _context = context;
     _iRepo   = iRepo;
 }