public AbstractJobIndexId GetJobIndexIdBy(Period period, SharedJobIndexId sharedJobIndexId) { using (var tr = new TransactionScope()) { var res = jobIndexRep.GetJobIndexIdBy(period, sharedJobIndexId); tr.Complete(); return(res); } }