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