Example #1
0
 public SharedJobIndexId GetSharedJobIndexIdBy(AbstractJobIndexId abstractJobIndexId)
 {
     using (var tr = new TransactionScope())
     {
         var res = jobIndexRep.GetSharedJobIndexIdBy(abstractJobIndexId);
         tr.Complete();
         return(res);
     }
 }