コード例 #1
0
ファイル: UserController.cs プロジェクト: MoisesOR/TGS
 public bool GetUser([FromBody] User user)
 {
     return(userBl.ReadByUser(user));
 }