示例#1
0
 public IEnumerable <Distributor> GetDistributorsByUserAndArea([FromRoute] long areaid, [FromRoute] long userid)
 {
     return(_repo.GetDistributorsByUserAndArea(areaid, userid));
 }