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