Example #1
0
 public Player Authentication(string email, string password)
 {
     return(_playerService.Authentication(email, password));
 }