PlayerGetAllWithTeamInfo() public method

public PlayerGetAllWithTeamInfo ( ) : IEnumerable
return IEnumerable
コード例 #1
0
 public ActionResult WithTeamInfo()
 {
     return(View(m.PlayerGetAllWithTeamInfo()));
 }