public DestnAddrMapsController(TOTVASContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public UserController(TOTVASContext context)
 {
     _context = context;
 }