示例#1
0
 public CielaController(JusticePortalContext jpc, ICielaComm cielaComm) : base(jpc)
 {
     this.ciela = cielaComm;
 }
示例#2
0
 public HomeController(JusticePortalContext jpc, ICielaComm cielaComm, IConfiguration config)
 {
     this.db        = new DBFuncs(jpc);
     this.cielaComm = cielaComm;
     this.config    = config;
 }