Exemplo n.º 1
0
 protected override IUserInfo GetUserInfoByID(int id)
 {
     try
     {
         return(new UserInfo(webService.GetUserInfoByID(id)));
     }
     catch (Exception exception)
     {
         ProcessException(exception);
         return(null);
     }
 }