Exemple #1
0
 public HomeController()
 {
     _unitOfWork = new EFUnitOfWork();
     _contentSvc = new BillingContentService(_unitOfWork);
 }