Ejemplo n.º 1
0
 public async Task <ResponseBase> IsLogin(string token)
 {
     return(await _appSettingsService.IsLogin(token));
 }