示例#1
0
 static void AskForAggregateBulletinWorkCallback(IEnumerable <AggregateBulletinPackage> objs)
 {
     WorkRouter.AssignAggregateBulletinWork(objs);
 }
示例#2
0
 private static void AskForBulletinWork(IEnumerable <BulletinPackage> objs)
 {
     WorkRouter.AssignBulletinWork(objs);
 }