コード例 #1
0
 public List <JobIndexGroup> GetAllParentJobIndexGroup(Period period)
 {
     using (var tr = new TransactionScope())
     {
         var res = jobIndexRep.GetAllParentJobIndexGroup(period);
         tr.Complete();
         return(res);
     }
 }