示例#1
0
 public List <PayoffDto> GetUndonePayoffs(int adminId)
 {
     return(_adminsService.GetUndonePayoffs(adminId));
 }