public UpsertImportMapRow(IImportMapTableService tableService)
 {
     _tableService = tableService;
 }
Exemple #2
0
 public GetImportMap(IImportMapTableService tableService)
 {
     _tableService = tableService;
 }