Пример #1
0
 public bool CheckAuthorisation([FromBody] UserPostData postData)
 {
     return(_authorisationService.CheckAuthentication(postData.Username, postData.Password));
 }