示例#1
0
 public List <SfBUser> GetSfBUsersByPlanId(int itemId, int planId)
 {
     return(SfBController.GetSfBUsersByPlanId(itemId, planId));
 }