Пример #1
0
 public DataTable GetTeamData([FromBody] Group_Feedback teamObj)
 {
     return(teamObj.GetTeamData());
 }