示例#1
0
 public Profile GetProfile([FromBody] DataToFind data)
 {
     return(_profilesRepository.GetByLogin(data.Tokens[0]));
 }