Exemplo n.º 1
0
 public TemplateService(DAL.IFsboContext dbContext)
 {
     DbContext = dbContext ?? new DAL.FsboContext();
 }
Exemplo n.º 2
0
 public AreaService(DAL.IFsboContext dbContext)
 {
     DbContext = dbContext ?? new DAL.FsboContext();
 }