Пример #1
0
 public HomeController(IBusinessDataContext businessDataContext)
 {
     _businessDataContext = businessDataContext;
 }