Beispiel #1
0
 public UserDto GetById([FromQuery] int Id)
 {
     return(_bl.GetById(Id));
 }