Exemple #1
0
 public HomeController(IWebApplicationBusinessAccess obj, IConfiguration config)
 {
     _config          = config;
     _ticketComponent = obj;
 }
 public TicketController(IWebApplicationBusinessAccess obj)
 {
     _ticketComponent = obj;
 }