Exemple #1
0
 /* Конструктор */
 public ProductsController(AnalyzeAdvertisingReport _controlForm)
 {
     connection = DBData.GetDBConnection();
     controlAnalyzeAdvertisingReport = _controlForm;
 }
Exemple #2
0
 public MarketplaceController(AnalyzeAdvertisingReport _mf)
 {
     connection = DBData.GetDBConnection();
     controlAnalyzeAdvertisingReport = _mf;
 }